[MIRROR] Adds Mining Weather Radios [MDB IGNORE] (#23048)

* Adds Mining Weather Radios

* Update cargo.dm

* Moves these edits to modular

---------

Co-authored-by: Lamb <110322848+CoiledLamb@users.noreply.github.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-08-13 05:45:56 +02:00
committed by GitHub
parent 939b1ab2a5
commit e80057fe96
14 changed files with 252 additions and 4 deletions
@@ -6,6 +6,8 @@
/obj/structure/closet/secure_closet/quartermaster/PopulateContents()
..()
new /obj/item/storage/lockbox/medal/cargo(src)
new /obj/item/radio/weather_monitor (src)
new /obj/item/radio/headset/heads/qm(src)
new /obj/item/megaphone/cargo(src)
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/universal_scanner(src)
@@ -13,9 +15,6 @@
new /obj/item/circuitboard/machine/techfab/department/cargo(src)
new /obj/item/storage/photo_album/qm(src)
new /obj/item/circuitboard/machine/ore_silo(src)
new /obj/item/gun/ballistic/rifle/boltaction/sporterized(src) // SKYRAT EDIT - The QM's 'special' head item. It spawns loaded, but you have to find more ammo if you run out and get ready to manually load rounds in!
new /obj/item/cargo_teleporter(src) // SKYRAT EDIT - Adds a cargo teleporter to QM locker, so they can intice others to research it
new /obj/item/clothing/glasses/hud/gun_permit/sunglasses(src) //SKYRAT EDIT - GUN CARGO
new /obj/item/storage/bag/garment/quartermaster(src)
/obj/structure/closet/secure_closet/quartermaster/populate_contents_immediate()