mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
e (#15155)
This commit is contained in:
@@ -175,6 +175,13 @@
|
||||
new /obj/item/tank/internals/plasmaman/belt/full(src)
|
||||
new /obj/item/reagent_containers/autoinjector/medipen(src)
|
||||
|
||||
/obj/item/storage/box/plasmaman/miner/PopulateContents() //mining box for plasmemes
|
||||
new /obj/item/clothing/mask/gas/explorer(src)
|
||||
new /obj/item/tank/internals/plasmaman/belt/full(src)
|
||||
new /obj/item/crowbar/red(src)
|
||||
new /obj/item/gps/mining(src)
|
||||
new /obj/item/reagent_containers/autoinjector/medipen(src)
|
||||
|
||||
/obj/item/storage/box/gloves
|
||||
name = "box of latex gloves"
|
||||
desc = "Contains sterile latex gloves."
|
||||
|
||||
@@ -216,7 +216,7 @@
|
||||
backpack = /obj/item/storage/backpack/explorer
|
||||
satchel = /obj/item/storage/backpack/satchel/explorer
|
||||
duffelbag = /obj/item/storage/backpack/duffelbag
|
||||
backpack_contents = list(/obj/item/storage/box/plasmaman = 1)
|
||||
backpack_contents = list(/obj/item/storage/box/plasmaman/miner = 1)
|
||||
|
||||
|
||||
/datum/outfit/job/plasmaman/lawyer
|
||||
@@ -475,7 +475,7 @@
|
||||
backpack_contents = list(/obj/item/roller = 1,\
|
||||
/obj/item/kitchen/knife/combat/survival = 1,\
|
||||
/obj/item/gps/mining = 1,\
|
||||
/obj/item/storage/box/plasmaman = 1)
|
||||
/obj/item/storage/box/plasmaman/miner = 1)
|
||||
belt = /obj/item/storage/belt/medical/mining
|
||||
ears = /obj/item/radio/headset/headset_medcargo
|
||||
glasses = /obj/item/clothing/glasses/hud/health/meson
|
||||
|
||||
Reference in New Issue
Block a user