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:
@@ -566,7 +566,7 @@
|
|||||||
|
|
||||||
/obj/item/borg/upgrade/expand/deactivate(mob/living/silicon/robot/R, user = usr)
|
/obj/item/borg/upgrade/expand/deactivate(mob/living/silicon/robot/R, user = usr)
|
||||||
. = ..()
|
. = ..()
|
||||||
if (.)
|
if (. && R.hasExpanded)
|
||||||
R.resize = 0.5
|
R.resize = 0.5
|
||||||
R.hasExpanded = FALSE
|
R.hasExpanded = FALSE
|
||||||
R.update_transform()
|
R.update_transform()
|
||||||
|
|||||||
Reference in New Issue
Block a user