diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 57d7582b3e5..a9d03f8f452 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -58,7 +58,8 @@ /obj/item/extinguisher/mini, /obj/item/radio, /obj/item/clothing/gloves, - /obj/item/holosign_creator, + /obj/item/holosign_creator/atmos, + /obj/item/holosign_creator/engineering, /obj/item/forcefield_projector, /obj/item/assembly/signaler )) @@ -172,7 +173,8 @@ /obj/item/implantcase, /obj/item/implant, /obj/item/implanter, - /obj/item/pinpointer/crew + /obj/item/pinpointer/crew, + /obj/item/holosign_creator/medical )) /obj/item/storage/belt/security @@ -203,7 +205,8 @@ /obj/item/melee/classic_baton/telescopic, /obj/item/radio, /obj/item/clothing/gloves, - /obj/item/restraints/legcuffs/bola + /obj/item/restraints/legcuffs/bola, + /obj/item/holosign_creator/security )) /obj/item/storage/belt/security/full/PopulateContents() @@ -508,7 +511,7 @@ /obj/item/flashlight, /obj/item/reagent_containers/spray, /obj/item/soap, - /obj/item/holosign_creator, + /obj/item/holosign_creator/janibarrier, /obj/item/forcefield_projector, /obj/item/key/janitor, /obj/item/clothing/gloves,