fixes borg pixel shift, and borg expander also gives client-side resize action

This commit is contained in:
DragonTrance
2021-05-09 14:04:26 -07:00
parent 5b4fd2319f
commit 88d7fb3dca
8 changed files with 112 additions and 9 deletions
@@ -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()