This commit is contained in:
Wowzewow (Wezzy)
2022-07-10 18:31:18 +02:00
committed by GitHub
parent 070d1d1e8b
commit 2bec6f1762
33 changed files with 189 additions and 102 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
gloves = /obj/item/clothing/gloves/combat
glasses = /obj/item/clothing/glasses/sunglasses
suit_store = /obj/item/gun/energy/rifle
back = /obj/item/storage/backpack/satchel_sec
back = /obj/item/storage/backpack/satchel/sec
belt = /obj/item/storage/belt/military
id = /obj/item/card/id/distress/ap_eridani
l_ear = /obj/item/device/radio/headset/distress
@@ -94,7 +94,7 @@
shoes = /obj/item/clothing/shoes/swat/ert
gloves = /obj/item/clothing/gloves/latex/nitrile
belt = /obj/item/storage/belt/medical/first_responder/combat
back = /obj/item/storage/backpack/satchel_med
back = /obj/item/storage/backpack/satchel/med
accessory = /obj/item/clothing/accessory/holster/thigh
accessory_contents = list(/obj/item/gun/energy/disruptorpistol/magnum = 1)
r_ear = /obj/item/device/flashlight/pen
+1 -1
View File
@@ -66,7 +66,7 @@
name = "Elyran Navy Corpsman"
belt = /obj/item/storage/belt/medical/first_responder/combat
back = /obj/item/storage/backpack/satchel_med
back = /obj/item/storage/backpack/satchel/med
glasses = /obj/item/clothing/glasses/hud/health
gloves = /obj/item/clothing/gloves/latex
+2 -2
View File
@@ -5,7 +5,7 @@
shoes = /obj/item/clothing/shoes/swat/ert
gloves = /obj/item/clothing/gloves/swat/ert
belt = /obj/item/storage/belt/military
back = /obj/item/storage/backpack/satchel_norm
back = /obj/item/storage/backpack/satchel/norm
head = /obj/item/clothing/head/helmet/space/void/sol/fsf
suit = /obj/item/clothing/suit/space/void/sol/fsf
suit_store = /obj/item/gun/projectile/automatic/rifle/sol
@@ -37,7 +37,7 @@
name = "Free Solarian Fleets Medic"
belt = /obj/item/storage/belt/medical/first_responder/combat
back = /obj/item/storage/backpack/satchel_med
back = /obj/item/storage/backpack/satchel/med
glasses = /obj/item/clothing/glasses/hud/health
suit_store = /obj/item/gun/projectile/shotgun/pump/combat/sol
gloves = /obj/item/clothing/gloves/latex
+1 -1
View File
@@ -9,7 +9,7 @@
shoes = /obj/item/clothing/shoes/iac
gloves = /obj/item/clothing/gloves/white
belt = /obj/item/storage/belt/medical
back = /obj/item/storage/backpack/satchel_med
back = /obj/item/storage/backpack/satchel/med
accessory = /obj/item/clothing/accessory/storage/white_vest
id = /obj/item/card/id/distress/iac
accessory_contents = list(/obj/item/stack/medical/advanced/bruise_pack = 1, /obj/item/stack/medical/advanced/ointment = 1, /obj/item/reagent_containers/glass/bottle/mortaphenyl = 1)
+3 -3
View File
@@ -5,7 +5,7 @@
shoes = /obj/item/clothing/shoes/swat/ert
gloves = /obj/item/clothing/gloves/swat/ert
belt = /obj/item/storage/belt/military
back = /obj/item/storage/backpack/satchel_norm
back = /obj/item/storage/backpack/satchel/norm
l_hand = /obj/item/clothing/suit/space/void/freelancer
r_hand = /obj/item/clothing/head/helmet/space/void/freelancer
accessory = /obj/item/clothing/accessory/holster/thigh
@@ -64,7 +64,7 @@
/obj/item/reagent_containers/glass/bottle/dermaline = 1,
/obj/item/reagent_containers/glass/bottle/perconol = 1,
/obj/item/reagent_containers/glass/bottle/thetamycin = 1,
/obj/item/material/knife/trench = 1
/obj/item/material/knife/trench = 1
)
/datum/outfit/admin/ert/mercenary/engineer
@@ -118,4 +118,4 @@
/obj/item/shield/energy = 1,
/obj/item/ammo_magazine/a357 = 2,
/obj/item/material/knife/trench = 1
)
)
@@ -248,7 +248,7 @@
gloves = /obj/item/clothing/gloves/white
belt = /obj/item/storage/belt/medical
back = /obj/item/storage/backpack/satchel_med
back = /obj/item/storage/backpack/satchel/med
accessory = /obj/item/clothing/accessory/storage/white_vest
accessory_contents = list(/obj/item/stack/medical/advanced/bruise_pack = 1, /obj/item/stack/medical/advanced/ointment = 1, /obj/item/reagent_containers/glass/bottle/mortaphenyl = 1)
@@ -284,7 +284,7 @@
glasses = /obj/item/clothing/glasses/hud/health
backpack = /obj/item/storage/backpack/pharmacy
satchel = /obj/item/storage/backpack/satchel_pharm
satchel = /obj/item/storage/backpack/satchel/pharm
dufflebag = /obj/item/storage/backpack/duffel/pharm
messengerbag = /obj/item/storage/backpack/messenger/pharm
+2 -2
View File
@@ -75,7 +75,7 @@
// Must be paths, used to allow player-pref backpack choice
var/allow_backbag_choice = FALSE
var/backpack = /obj/item/storage/backpack
var/satchel = /obj/item/storage/backpack/satchel_norm
var/satchel = /obj/item/storage/backpack/satchel/norm
var/satchel_alt = /obj/item/storage/backpack/satchel/leather
var/dufflebag = /obj/item/storage/backpack/duffel
var/messengerbag = /obj/item/storage/backpack/messenger
@@ -124,7 +124,7 @@
if (OUTFIT_BACKPACK)
back = use_job_specific ? backpack : /obj/item/storage/backpack
if (OUTFIT_SATCHEL)
back = use_job_specific ? satchel : /obj/item/storage/backpack/satchel_norm
back = use_job_specific ? satchel : /obj/item/storage/backpack/satchel/norm
if (OUTFIT_SATCHEL_ALT)
back = use_job_specific ? satchel_alt : /obj/item/storage/backpack/satchel/leather
if (OUTFIT_DUFFELBAG)
+1 -1
View File
@@ -43,7 +43,7 @@
)
back = list(
/obj/item/storage/backpack,
/obj/item/storage/backpack/satchel_norm,
/obj/item/storage/backpack/satchel/norm,
/obj/item/storage/backpack/satchel,
/obj/item/storage/backpack/duffel,
/obj/item/storage/backpack/duffel
+1 -1
View File
@@ -7,7 +7,7 @@
uniform = /obj/item/clothing/under/syndicate
back = null
backpack = /obj/item/storage/backpack/syndie
satchel = /obj/item/storage/backpack/satchel_syndie
satchel = /obj/item/storage/backpack/satchel/syndie
satchel_alt = /obj/item/storage/backpack/satchel
dufflebag = /obj/item/storage/backpack/duffel/syndie
messengerbag = /obj/item/storage/backpack/messenger/syndie