Miners wormhole jaunter location shuffle (#17724)

* Gives mining medic a jaunter

* in the outfit rather than the locker

---------

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
This commit is contained in:
Molti
2023-02-11 10:34:45 -06:00
committed by GitHub
parent a6779b3a77
commit 8f4993ae0b
4 changed files with 16 additions and 9 deletions

View File

@@ -211,12 +211,13 @@
ears = /obj/item/radio/headset/headset_cargo/mining
shoes = /obj/item/clothing/shoes/workboots/mining
gloves = /obj/item/clothing/gloves/color/black
l_pocket = /obj/item/reagent_containers/autoinjector/medipen/survival
l_pocket = /obj/item/wormhole_jaunter
r_pocket = /obj/item/flashlight/seclite
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/miner = 1)
backpack_contents = list(/obj/item/storage/box/plasmaman/miner = 1,\
/obj/item/reagent_containers/autoinjector/medipen/survival = 1)
/datum/outfit/job/plasmaman/lawyer
@@ -476,7 +477,8 @@
backpack_contents = list(/obj/item/roller = 1,\
/obj/item/kitchen/knife/combat/survival = 1,\
/obj/item/gps/mining = 1,\
/obj/item/storage/box/plasmaman/miner = 1)
/obj/item/storage/box/plasmaman/miner = 1,\
/obj/item/reagent_containers/autoinjector/medipen/survival = 1)
belt = /obj/item/storage/belt/medical/mining
ears = /obj/item/radio/headset/headset_medcargo
glasses = /obj/item/clothing/glasses/hud/health/meson
@@ -484,6 +486,7 @@
uniform = /obj/item/clothing/under/plasmaman/mining
l_hand = /obj/item/storage/firstaid/regular
l_pocket = /obj/item/pda/medical
r_pocket = /obj/item/wormhole_jaunter
gloves = /obj/item/clothing/gloves/color/latex/nitrile
backpack = /obj/item/storage/backpack/medic
satchel = /obj/item/storage/backpack/satchel/med

View File

@@ -51,13 +51,15 @@
gloves = /obj/item/clothing/gloves/color/black
uniform = /obj/item/clothing/under/rank/miner/lavaland
neck = /obj/item/clothing/neck/bodycam/miner
l_pocket = /obj/item/reagent_containers/autoinjector/medipen/survival
l_pocket = /obj/item/wormhole_jaunter
r_pocket = /obj/item/flashlight/seclite
backpack_contents = list(
/obj/item/storage/bag/ore=1,\
/obj/item/kitchen/knife/combat/survival=1,\
/obj/item/mining_voucher=1,\
/obj/item/stack/marker_beacon/ten=1)
/obj/item/storage/bag/ore = 1,\
/obj/item/kitchen/knife/combat/survival = 1,\
/obj/item/mining_voucher = 1,\
/obj/item/stack/marker_beacon/ten = 1,\
/obj/item/reagent_containers/autoinjector/medipen/survival = 1
)
backpack = /obj/item/storage/backpack/explorer
satchel = /obj/item/storage/backpack/satchel/explorer

View File

@@ -63,7 +63,6 @@
new /obj/item/survivalcapsule(src)
new /obj/item/assault_pod/mining(src)
new /obj/item/clothing/neck/bodycam/miner(src)
new /obj/item/wormhole_jaunter(src)
GLOBAL_LIST_EMPTY(dumb_rev_heads)

View File

@@ -47,7 +47,9 @@
backpack_contents = list(/obj/item/roller = 1,\
/obj/item/kitchen/knife/combat/survival = 1,\
/obj/item/reagent_containers/autoinjector/medipen/survival = 1,\
/obj/item/modular_computer/laptop/preset/paramedic/mining_medic = 1)
belt = /obj/item/storage/belt/medical/mining
ears = /obj/item/radio/headset/headset_medcargo
glasses = /obj/item/clothing/glasses/hud/health/meson
@@ -57,6 +59,7 @@
uniform = /obj/item/clothing/under/yogs/rank/miner/medic
l_hand = /obj/item/storage/firstaid/hypospray/qmc
gloves = /obj/item/clothing/gloves/color/latex/nitrile
l_pocket = /obj/item/wormhole_jaunter
head = /obj/item/clothing/head/soft/emt/mining
backpack = /obj/item/storage/backpack/medic
satchel = /obj/item/storage/backpack/satchel/med