mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Ert medic kit rework (#20561)
* First commit for ERT medic kit rework * Value adjustment for pill bottles and patch pack This was intended for the first commit * removes the empty containers previously created * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Merge conflict resolution --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -67,3 +67,9 @@
|
||||
desc = "Helps with brute injuries if the affected person is a clown, otherwise inflicts various annoying effects."
|
||||
icon_state = "bandaid_clown"
|
||||
list_reagents = list("jestosterone" = 20)
|
||||
|
||||
/obj/item/reagent_containers/food/pill/patch/perfluorodecalin
|
||||
name = "perfluorodecalin patch"
|
||||
desc = "Incredibly potent respiratory aid drug, may cause shortness of breath if used in large amounts."
|
||||
icon_state = "bandaid_med"
|
||||
list_reagents = list("perfluorodecalin" = 10)
|
||||
|
||||
@@ -146,3 +146,15 @@
|
||||
desc = "Used to treat cranial swelling."
|
||||
icon_state = "pill19"
|
||||
list_reagents = list("mannitol" = 10)
|
||||
|
||||
/obj/item/reagent_containers/food/pill/pentetic
|
||||
name ="\improper Pentetic pill"
|
||||
desc = "Used to purge substances and radiation."
|
||||
icon_state = "pill7"
|
||||
list_reagents = list("pen_acid" = 5)
|
||||
|
||||
/obj/item/reagent_containers/food/pill/ironsaline
|
||||
name = "\improper Iron saline pill"
|
||||
desc = "Used to help with blood loss."
|
||||
icon_state = "pill2"
|
||||
list_reagents = list("iron" = 10, "salglu_solution" = 10)
|
||||
|
||||
@@ -311,6 +311,7 @@
|
||||
/datum/outfit/job/centcom/response_team/medic/amber
|
||||
name = "RT Medic (Amber)"
|
||||
|
||||
head = /obj/item/clothing/head/helmet/ert/medical
|
||||
shoes = /obj/item/clothing/shoes/white
|
||||
suit = /obj/item/clothing/suit/armor/vest/ert/medical
|
||||
suit_store = /obj/item/gun/energy/gun/mini
|
||||
@@ -324,13 +325,10 @@
|
||||
l_hand = /obj/item/defibrillator/loaded
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/clothing/head/helmet/ert/medical = 1,
|
||||
/obj/item/clothing/mask/surgical = 1,
|
||||
/obj/item/storage/firstaid/adv = 1,
|
||||
/obj/item/storage/firstaid/doctor = 1,
|
||||
/obj/item/storage/firstaid/ert_amber = 1,
|
||||
/obj/item/storage/box/autoinjectors = 1,
|
||||
/obj/item/roller/holo = 1,
|
||||
/obj/item/storage/pill_bottle/ert = 1,
|
||||
/obj/item/flashlight = 1,
|
||||
/obj/item/handheld_defibrillator = 1,
|
||||
/obj/item/soap/nanotrasen = 1
|
||||
@@ -339,7 +337,7 @@
|
||||
/datum/outfit/job/centcom/response_team/medic/red
|
||||
name = "RT Medic (Red)"
|
||||
rt_mob_job = "ERT Medical"
|
||||
shoes = /obj/item/clothing/shoes/white
|
||||
shoes = /obj/item/clothing/shoes/magboots
|
||||
suit = /obj/item/clothing/suit/space/hardsuit/ert/medical
|
||||
glasses = /obj/item/clothing/glasses/hud/health/sunglasses
|
||||
suit_store = /obj/item/gun/energy/gun
|
||||
@@ -354,15 +352,11 @@
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/clothing/mask/surgical = 1,
|
||||
/obj/item/storage/firstaid/toxin = 1,
|
||||
/obj/item/storage/firstaid/doctor = 1,
|
||||
/obj/item/storage/firstaid/adv = 1,
|
||||
/obj/item/storage/firstaid/ert = 1,
|
||||
/obj/item/storage/box/autoinjectors = 1,
|
||||
/obj/item/roller/holo = 1,
|
||||
/obj/item/clothing/shoes/magboots = 1,
|
||||
/obj/item/bodyanalyzer = 1,
|
||||
/obj/item/handheld_defibrillator = 1,
|
||||
/obj/item/storage/pill_bottle/painkillers = 1,
|
||||
/obj/item/soap/nanotrasen = 1
|
||||
)
|
||||
|
||||
@@ -390,13 +384,10 @@
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/bodyanalyzer/advanced = 1,
|
||||
/obj/item/storage/firstaid/toxin = 1,
|
||||
/obj/item/storage/firstaid/doctor = 1,
|
||||
/obj/item/storage/firstaid/adv = 1,
|
||||
/obj/item/storage/firstaid/ert = 1,
|
||||
/obj/item/extinguisher/mini = 1,
|
||||
/obj/item/roller/holo = 1,
|
||||
/obj/item/handheld_defibrillator = 1,
|
||||
/obj/item/storage/pill_bottle/painkillers = 1
|
||||
)
|
||||
|
||||
cybernetic_implants = list(
|
||||
|
||||
Reference in New Issue
Block a user