mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
fixes borg pixel shift, and borg expander also gives client-side resize action
This commit is contained in:
@@ -587,11 +587,13 @@
|
||||
R.anchored = FALSE
|
||||
R.notransform = FALSE
|
||||
R.hasExpanded = TRUE
|
||||
R.module.handle_sprite_action(R, TRUE) //Hyperstation edit
|
||||
R.update_transform()
|
||||
|
||||
/obj/item/borg/upgrade/expand/deactivate(mob/living/silicon/robot/R, user = usr)
|
||||
. = ..()
|
||||
if (.)
|
||||
R.module.handle_sprite_action(R)
|
||||
R.hasExpanded = FALSE
|
||||
R.update_transform()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user