This commit is contained in:
GoblinBackwards
2022-02-09 18:02:35 -05:00
committed by GitHub
parent 045e96fbdb
commit 152185a263
+3
View File
@@ -168,6 +168,7 @@ GLOBAL_LIST_INIT(detective_vest_allowed, typecacheof(list(
/obj/item/tank/internals/plasmaman,
/obj/item/storage/belt/holster/detective,
/obj/item/storage/belt/holster/nukie,
/obj/item/storage/belt/holster/thermal,
)))
GLOBAL_LIST_INIT(security_vest_allowed, typecacheof(list(
@@ -184,6 +185,7 @@ GLOBAL_LIST_INIT(security_vest_allowed, typecacheof(list(
/obj/item/tank/internals/plasmaman,
/obj/item/storage/belt/holster/detective,
/obj/item/storage/belt/holster/nukie,
/obj/item/storage/belt/holster/thermal,
)))
GLOBAL_LIST_INIT(security_wintercoat_allowed, typecacheof(list(
@@ -196,6 +198,7 @@ GLOBAL_LIST_INIT(security_wintercoat_allowed, typecacheof(list(
/obj/item/restraints/handcuffs,
/obj/item/storage/belt/holster/detective,
/obj/item/storage/belt/holster/nukie,
/obj/item/storage/belt/holster/thermal,
)))
/// String for items placed into the left pocket.