diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 3f3d517f288..870ebe470cd 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -230,7 +230,9 @@ /obj/item/flashlight/seclite, /obj/item/holosign_creator/security, /obj/item/melee/classic_baton/telescopic, - /obj/item/restraints/legcuffs/bola) + /obj/item/restraints/legcuffs/bola, + /obj/item/clothing/mask/gas/sechailer, + /obj/item/spacepod_key) /obj/item/storage/belt/security/sec/populate_contents() new /obj/item/flashlight/seclite(src)