Update robot_upgrades.dm

This commit is contained in:
silicons
2020-07-11 15:11:53 -07:00
committed by GitHub
parent b735b3c8d7
commit 62df48b2f0
@@ -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()