Merge pull request #12736 from Citadel-Station-13/silicons-patch-21

hey let's not have 25% micro borgs going around killing people
This commit is contained in:
Lin
2020-07-13 11:51:10 -05:00
committed by GitHub

View File

@@ -566,7 +566,7 @@
/obj/item/borg/upgrade/expand/deactivate(mob/living/silicon/robot/R, user = usr)
. = ..()
if (.)
if (. && R.hasExpanded)
R.resize = 0.5
R.hasExpanded = FALSE
R.update_transform()