Adds EFTPOS scanners to security/warden lockers, and a few items as well

This commit is contained in:
Shadow Quill
2021-01-28 20:22:21 -06:00
parent f018a7a2bf
commit 636278b1ac
2 changed files with 18 additions and 9 deletions

View File

@@ -152,7 +152,9 @@
/obj/item/clothing/mask/gas/half,
/obj/item/weapon/gun/projectile/revolvershotgun,
/obj/item/ammo_magazine/m12gdrumjack/beanbag,
/obj/item/ammo_magazine/m12gdrumjack/beanbag)
/obj/item/ammo_magazine/m12gdrumjack/beanbag,
/obj/item/device/retail_scanner/security //CHOMPStation addition
)
/obj/structure/closet/secure_closet/warden/Initialize()
if(prob(50))
@@ -191,7 +193,11 @@
/obj/item/weapon/cell/device/weapon,
/obj/item/clothing/suit/storage/hooded/wintercoat/security,
/obj/item/clothing/shoes/boots/winter/security,
/obj/item/device/flashlight/maglight)
/obj/item/device/flashlight/maglight,
/obj/item/device/holowarrant, //CHOMPStation addition
/obj/item/device/retail_scanner/security, //CHOMPStation addition
/obj/item/clothing/glasses/hud/security //CHOMPStation addition
)
/obj/structure/closet/secure_closet/security/Initialize()
if(prob(50))
@@ -246,7 +252,10 @@
/obj/item/weapon/storage/briefcase/crimekit,
/obj/item/device/taperecorder,
/obj/item/weapon/storage/bag/detective,
/obj/item/device/tape/random = 3)
/obj/item/device/tape/random = 3,
/obj/item/device/retail_scanner/security, //CHOMPStation addition
/obj/item/clothing/glasses/hud/security //CHOMPStation addition
)
/obj/structure/closet/secure_closet/injection
name = "lethal injections locker"