Merge pull request #5547 from Citadel-Station-13/upstream-merge-35722

[MIRROR] Fixes extremely thicc robots
This commit is contained in:
LetterJay
2018-02-17 11:49:15 -06:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
@@ -397,7 +397,7 @@
if(..())
return
if(locate(/obj/item/borg/upgrade/expand, R))
if(R.hasExpanded)
to_chat(usr, "<span class='notice'>This unit already has an expand module installed!</span>")
return
@@ -417,5 +417,6 @@
R.anchored = FALSE
R.notransform = FALSE
R.resize = 2
R.hasExpanded = TRUE
R.update_transform()
return TRUE