This commit is contained in:
Dax Dupont
2018-04-23 13:47:27 +02:00
parent 85b1b99f35
commit 399de6b59c
+2 -1
View File
@@ -37,7 +37,7 @@
/obj/item/storage/belt/utility/ComponentInitialize()
. = ..()
GET_COMPONENT(STR, /datum/component/storage)
STR.can_hold = typecacheof(list(
var/static/list/can_hold = typecacheof(list(
/obj/item/crowbar,
/obj/item/screwdriver,
/obj/item/weldingtool,
@@ -55,6 +55,7 @@
/obj/item/holosign_creator,
/obj/item/device/assembly/signaler
))
STR.can_hold = can_hold
/obj/item/storage/belt/utility/chief
name = "\improper Chief Engineer's toolbelt" //"the Chief Engineer's toolbelt", because "Chief Engineer's toolbelt" is not a proper noun