Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Личная мини-аптечка почти бесполезного говна релейтед ту профессия вместо коробки. #11500

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions code/datums/outfits/jobs/cargo.dm
Expand Up @@ -10,6 +10,10 @@
l_ear = /obj/item/device/radio/headset/headset_cargo
belt = /obj/item/device/pda/quartermaster

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins
)

// CARGOTECH OUTFIT
/datum/outfit/job/cargo_tech
name = OUTFIT_JOB_NAME("Cargo Technician")
Expand All @@ -20,6 +24,10 @@
l_ear = /obj/item/device/radio/headset/headset_cargo
belt = /obj/item/device/pda/cargo

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins
)

// MINER OUTFIT
/datum/outfit/job/mining
name = OUTFIT_JOB_NAME("Shaft Miner")
Expand All @@ -35,6 +43,11 @@
/obj/item/weapon/survivalcapsule
)

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins,
/obj/item/weapon/storage/pill_bottle/citalopram
)

back_style = BACKPACK_STYLE_ENGINEERING

// RECYCLER OUTFIT
Expand All @@ -47,3 +60,8 @@

l_ear = /obj/item/device/radio/headset/headset_cargo
belt = /obj/item/device/pda/cargo

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins,
/obj/item/weapon/storage/pill_bottle/spaceacillin
)
16 changes: 11 additions & 5 deletions code/datums/outfits/jobs/civilian.dm
Expand Up @@ -8,11 +8,13 @@

belt = /obj/item/device/pda/bar

survival_kit_items = list(/obj/item/ammo_casing/shotgun/beanbag,
/obj/item/ammo_casing/shotgun/beanbag,
/obj/item/ammo_casing/shotgun/beanbag,
/obj/item/ammo_casing/shotgun/beanbag
)
survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/abscarbon,
/obj/item/ammo_casing/shotgun/beanbag,
/obj/item/ammo_casing/shotgun/beanbag,
/obj/item/ammo_casing/shotgun/beanbag,
/obj/item/ammo_casing/shotgun/beanbag
)

// CHEF OUTFIT
/datum/outfit/job/chef
Expand All @@ -23,6 +25,10 @@

belt = /obj/item/device/pda/chef

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/abscarbon
)

// BOTANIST OUTFIT
/datum/outfit/job/hydro
name = OUTFIT_JOB_NAME("Botanist")
Expand Down
8 changes: 8 additions & 0 deletions code/datums/outfits/jobs/command.dm
Expand Up @@ -18,6 +18,10 @@
/obj/item/weapon/implant/mind_protect/loyalty
)

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins
)

// HOP OUTFIT
/datum/outfit/job/hop
name = OUTFIT_JOB_NAME("Head of Personnel")
Expand All @@ -29,3 +33,7 @@
belt = /obj/item/device/pda/heads/hop

r_hand_back = /obj/item/weapon/storage/box/ids

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins
)
19 changes: 16 additions & 3 deletions code/datums/outfits/jobs/engineering.dm
Expand Up @@ -13,7 +13,12 @@

back_style = BACKPACK_STYLE_ENGINEERING

survival_kit_items = list(/obj/item/weapon/tank/emergency_oxygen/engi)
survival_kit_items = list(
/obj/item/weapon/tank/emergency_oxygen/engi,
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins,
/obj/item/weapon/storage/pill_bottle/hyronalin,
/obj/item/stack/medical/ointment
)
prevent_survival_kit_items = list(/obj/item/weapon/tank/emergency_oxygen)

// ENGINEER OUTFIT
Expand All @@ -31,7 +36,11 @@

back_style = BACKPACK_STYLE_ENGINEERING

survival_kit_items = list(/obj/item/weapon/tank/emergency_oxygen/engi)
survival_kit_items = list(
/obj/item/weapon/tank/emergency_oxygen/engi,
/obj/item/weapon/reagent_containers/food/drinks/bottle/milk,
/obj/item/stack/medical/ointment
)
prevent_survival_kit_items = list(/obj/item/weapon/tank/emergency_oxygen)

/datum/outfit/job/engineer/pre_equip()
Expand All @@ -53,7 +62,11 @@

back_style = BACKPACK_STYLE_ENGINEERING

survival_kit_items = list(/obj/item/weapon/tank/emergency_oxygen/engi)
survival_kit_items = list(
/obj/item/weapon/tank/emergency_oxygen/engi,
/obj/item/weapon/reagent_containers/food/drinks/bottle/milk,
/obj/item/stack/medical/ointment
)
prevent_survival_kit_items = list(/obj/item/weapon/tank/emergency_oxygen)


Expand Down
64 changes: 58 additions & 6 deletions code/datums/outfits/jobs/medical.dm
Expand Up @@ -10,11 +10,18 @@
belt = /obj/item/device/pda/heads/cmo
l_ear = /obj/item/device/radio/headset/heads/cmo

l_hand = /obj/item/weapon/storage/firstaid/adv
suit_store = /obj/item/device/flashlight/pen

back_style = BACKPACK_STYLE_MEDICAL

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins,
/obj/item/weapon/storage/pill_bottle/inaprovaline,
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/stack/medical/advanced/ointment,
/obj/item/stack/medical/splint
)

// DOCTOR OUTFIT
/datum/outfit/job/doctor
name = OUTFIT_JOB_NAME("Medical Doctor")
Expand All @@ -27,11 +34,17 @@
belt = /obj/item/device/pda/medical
l_ear = /obj/item/device/radio/headset/headset_med

l_hand = /obj/item/weapon/storage/firstaid/adv
suit_store = /obj/item/device/flashlight/pen

back_style = BACKPACK_STYLE_MEDICAL

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/inaprovaline,
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/stack/medical/advanced/ointment,
/obj/item/stack/medical/splint
)


// SURGEON OUTFIT
/datum/outfit/job/surgeon
Expand All @@ -45,11 +58,17 @@
belt = /obj/item/device/pda/medical
l_ear = /obj/item/device/radio/headset/headset_med

l_hand = /obj/item/weapon/storage/firstaid/adv
suit_store = /obj/item/device/flashlight/pen

back_style = BACKPACK_STYLE_MEDICAL

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/inaprovaline,
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/stack/medical/advanced/ointment,
/obj/item/stack/medical/splint
)

// NURSE OUTFIT
/datum/outfit/job/nurse
name = OUTFIT_JOB_NAME("Nurse")
Expand All @@ -61,11 +80,17 @@
belt = /obj/item/device/pda/medical
l_ear = /obj/item/device/radio/headset/headset_med

l_hand = /obj/item/weapon/storage/firstaid/adv
suit_store = /obj/item/device/flashlight/pen

back_style = BACKPACK_STYLE_MEDICAL

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/inaprovaline,
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/stack/medical/advanced/ointment,
/obj/item/stack/medical/splint
)

/datum/outfit/job/nurse/pre_equip(mob/living/carbon/human/H)
if(H.use_skirt)
if(prob(50))
Expand All @@ -84,10 +109,15 @@
belt = /obj/item/device/pda/medical
l_ear = /obj/item/device/radio/headset/headset_med

l_hand = /obj/item/weapon/storage/firstaid/adv

back_style = BACKPACK_STYLE_MEDICAL

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/inaprovaline,
/obj/item/stack/medical/advanced/bruise_pack,
/obj/item/stack/medical/advanced/ointment,
/obj/item/stack/medical/splint
)

// CHEMIST OUTFIT
/datum/outfit/job/chemist
name = OUTFIT_JOB_NAME("Chemist")
Expand Down Expand Up @@ -117,6 +147,10 @@

back_style = BACKPACK_STYLE_GENETICIST

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/dylovene
)

// VIROLOGIST OUTFIT
/datum/outfit/job/virologist
name = OUTFIT_JOB_NAME("Virologist")
Expand All @@ -132,6 +166,10 @@

back_style = BACKPACK_STYLE_VIROLOGIST

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/spaceacillin
)

// PSYCHIATRIST OUTFIT
/datum/outfit/job/psychiatrist
name = OUTFIT_JOB_NAME("Psychiatrist")
Expand All @@ -143,6 +181,13 @@
belt = /obj/item/device/pda/medical
l_ear = /obj/item/device/radio/headset/headset_med

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/citalopram,
/obj/item/weapon/storage/pill_bottle/methylphenidate,
/obj/item/weapon/storage/pill_bottle/paroxetine,
/obj/item/weapon/storage/pill_bottle/paracetamol
)

// PSYCHOLOGIST OUTFIT
/datum/outfit/job/psychologist
name = OUTFIT_JOB_NAME("Psychologist")
Expand All @@ -154,6 +199,13 @@
belt = /obj/item/device/pda/medical
l_ear = /obj/item/device/radio/headset/headset_med

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/citalopram,
/obj/item/weapon/storage/pill_bottle/methylphenidate,
/obj/item/weapon/storage/pill_bottle/paroxetine,
/obj/item/weapon/storage/pill_bottle/paracetamol
)

// MEDICAL INTERN OUTFIT
/datum/outfit/job/intern
name = OUTFIT_JOB_NAME("Medical Intern")
Expand Down
22 changes: 22 additions & 0 deletions code/datums/outfits/jobs/science.dm
Expand Up @@ -11,6 +11,11 @@

back_style = BACKPACK_STYLE_RESEARCH

survival_kit_items = list(
/obj/item/weapon/reagent_containers/food/drinks/bottle/vitamins,
/obj/item/weapon/storage/pill_bottle/methylphenidate
)

// SCIENTIST OUTFIT
/datum/outfit/job/scientist
name = OUTFIT_JOB_NAME("Scientist")
Expand All @@ -24,6 +29,10 @@

back_style = BACKPACK_STYLE_RESEARCH

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/methylphenidate
)

/datum/outfit/job/scientist/unathi_equip()
backpack_contents += list(/obj/item/device/modkit/unathi)

Expand All @@ -49,6 +58,10 @@

back_style = BACKPACK_STYLE_RESEARCH

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/citalopram
)

/datum/outfit/job/xenoarchaeologist/unathi_equip()
backpack_contents += list(/obj/item/device/modkit/unathi)

Expand All @@ -74,6 +87,11 @@

back_style = BACKPACK_STYLE_RESEARCH

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/methylphenidate,
/obj/item/weapon/reagent_containers/spray/extinguisher/mini/water
)

// ROBOTICIST OUTFIT
/datum/outfit/job/roboticist
name = OUTFIT_JOB_NAME("Roboticist")
Expand All @@ -88,6 +106,10 @@

back_style = BACKPACK_STYLE_RESEARCH

survival_kit_items = list(
/obj/item/weapon/storage/pill_bottle/methylphenidate
)

// RESEARCH ASSISTANT OUTFIT
/datum/outfit/job/research_assistant
name = OUTFIT_JOB_NAME("Research Assistant")
Expand Down