[MIRROR] Lets belts hold additional job-specific items (#5909)
* Lets belts hold additional job-specific items (#36323) * lets belts hold holoprojectors * OH DUDE FOUR STRENGTH FOUR STAM LEATHER BELT AHH * remote signaling device * Lets belts hold additional job-specific items
This commit is contained in:
committed by
Poojawa
parent
ac671d7203
commit
3ed7046cb6
@@ -46,7 +46,9 @@
|
||||
/obj/item/device/geiger_counter,
|
||||
/obj/item/extinguisher/mini,
|
||||
/obj/item/device/radio,
|
||||
/obj/item/clothing/gloves
|
||||
/obj/item/clothing/gloves,
|
||||
/obj/item/holosign_creator,
|
||||
/obj/item/device/assembly/signaler
|
||||
)
|
||||
content_overlays = TRUE
|
||||
|
||||
@@ -153,7 +155,11 @@
|
||||
/obj/item/storage/bag/bio,
|
||||
/obj/item/reagent_containers/blood,
|
||||
/obj/item/tank/internals/emergency_oxygen,
|
||||
/obj/item/pinpointer/crew
|
||||
/obj/item/pinpointer/crew,
|
||||
/obj/item/gun/syringe/syndicate,
|
||||
/obj/item/implantcase,
|
||||
/obj/item/implant,
|
||||
/obj/item/implanter
|
||||
)
|
||||
|
||||
|
||||
@@ -175,13 +181,13 @@
|
||||
/obj/item/ammo_casing/shotgun,
|
||||
/obj/item/ammo_box,
|
||||
/obj/item/reagent_containers/food/snacks/donut,
|
||||
/obj/item/reagent_containers/food/snacks/donut/jelly,
|
||||
/obj/item/kitchen/knife/combat,
|
||||
/obj/item/device/flashlight/seclite,
|
||||
/obj/item/melee/classic_baton/telescopic,
|
||||
/obj/item/device/radio,
|
||||
/obj/item/clothing/gloves/,
|
||||
/obj/item/restraints/legcuffs/bola
|
||||
/obj/item/clothing/gloves,
|
||||
/obj/item/restraints/legcuffs/bola,
|
||||
/obj/item/holosign_creator/security
|
||||
)
|
||||
content_overlays = TRUE
|
||||
|
||||
@@ -209,6 +215,7 @@
|
||||
/obj/item/weldingtool,
|
||||
/obj/item/wirecutters,
|
||||
/obj/item/wrench,
|
||||
/obj/item/device/multitool,
|
||||
/obj/item/device/flashlight,
|
||||
/obj/item/stack/cable_coil,
|
||||
/obj/item/device/analyzer,
|
||||
@@ -402,7 +409,9 @@
|
||||
/obj/item/soap,
|
||||
/obj/item/holosign_creator,
|
||||
/obj/item/key/janitor,
|
||||
/obj/item/clothing/gloves
|
||||
/obj/item/clothing/gloves,
|
||||
/obj/item/melee/flyswatter,
|
||||
/obj/item/device/assembly/mousetrap
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/bandolier
|
||||
|
||||
Reference in New Issue
Block a user