mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds the price and crate scanner to the hangar tech lockers and toolbelt (#21300)
This adds the price scanner, crate scanner and a clipboard to the hangar technician lockers. It also add the various scanners alongside the quikpay to the toolbelt, as it could already have the EFTPOS scanner. Lastly while doing this, I removed some of the department clothes from the lockers that were already in their drobe.
This commit is contained in:
@@ -41,15 +41,13 @@
|
||||
/obj/structure/closet/secure_closet/hangar_tech/fill()
|
||||
..()
|
||||
new /obj/item/clothing/under/rank/hangar_technician(src)
|
||||
new /obj/item/clothing/shoes/sneakers/black(src)
|
||||
new /obj/item/device/radio/headset/headset_cargo(src)
|
||||
new /obj/item/device/radio/headset/headset_cargo/alt(src)
|
||||
new /obj/item/clothing/gloves/black(src)
|
||||
new /obj/item/clothing/head/softcap/cargo(src)
|
||||
new /obj/item/clothing/head/bandana/cargo(src)
|
||||
new /obj/item/clothing/head/beret/cargo(src)
|
||||
new /obj/item/modular_computer/handheld/preset/supply/cargo_delivery(src)
|
||||
new /obj/item/export_scanner(src)
|
||||
new /obj/item/device/price_scanner(src)
|
||||
new /obj/item/device/cratescanner(src)
|
||||
new /obj/item/clipboard(src)
|
||||
new /obj/item/device/flashlight/marshallingwand(src)
|
||||
|
||||
// Machinist
|
||||
|
||||
Reference in New Issue
Block a user