Merge pull request #2666 from Citadel-Station-13/upstream-merge-30498

[MIRROR] Golem shells can no longer fit in bags
This commit is contained in:
LetterJay
2017-09-09 01:04:23 -05:00
committed by GitHub
+1
View File
@@ -46,6 +46,7 @@
desc = "The incomplete body of a golem. Add ten sheets of any mineral to finish."
var/shell_type = /obj/effect/mob_spawn/human/golem
var/has_owner = FALSE //if the resulting golem obeys someone
w_class = WEIGHT_CLASS_BULKY
/obj/item/golem_shell/attackby(obj/item/I, mob/user, params)
..()