mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Medical update - Muscle wound, Splints, Bandages, Closer Examine (#2336)
* everything but wound topics * Update bodypart_aid.dm * aaa * aaa * aaa * aaaa * Update _bodyparts.dm * Update carbon_examine.dm * Update bodypart_aid.dm * Update slash.dm * Wound topics, self grasping on a topic, bandages on top uniform * Merge branch 'master' into med
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
return
|
||||
var/static/items_inside = list(
|
||||
/obj/item/stack/medical/gauze = 1,
|
||||
/obj/item/stack/medical/splint = 1, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/stack/medical/suture = 2,
|
||||
/obj/item/stack/medical/mesh = 2,
|
||||
/obj/item/reagent_containers/hypospray/medipen = 1)
|
||||
@@ -48,6 +49,7 @@
|
||||
var/static/items_inside = list(
|
||||
/obj/item/healthanalyzer/wound = 1,
|
||||
/obj/item/stack/medical/gauze = 1,
|
||||
/obj/item/stack/medical/splint = 1, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/stack/medical/suture/emergency = 1,
|
||||
/obj/item/stack/medical/ointment = 1,
|
||||
/obj/item/reagent_containers/hypospray/medipen/ekit = 2,
|
||||
@@ -124,6 +126,7 @@
|
||||
var/static/items_inside = list(
|
||||
/obj/item/healthanalyzer = 1,
|
||||
/obj/item/stack/medical/gauze/twelve = 1,
|
||||
/obj/item/stack/medical/splint/twelve = 1, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/stack/medical/suture = 2,
|
||||
/obj/item/stack/medical/mesh = 2,
|
||||
/obj/item/reagent_containers/hypospray/medipen = 1,
|
||||
@@ -142,6 +145,7 @@
|
||||
return
|
||||
var/static/items_inside = list(
|
||||
/obj/item/stack/medical/gauze = 1,
|
||||
/obj/item/stack/medical/splint = 1, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/stack/medical/bruise_pack = 3,
|
||||
/obj/item/stack/medical/ointment= 3)
|
||||
generate_items_inside(items_inside,src)
|
||||
@@ -246,6 +250,7 @@
|
||||
var/static/items_inside = list(
|
||||
/obj/item/reagent_containers/pill/patch/libital = 3,
|
||||
/obj/item/stack/medical/gauze = 1,
|
||||
/obj/item/stack/medical/splint = 1, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/storage/pill_bottle/probital = 1,
|
||||
/obj/item/reagent_containers/hypospray/medipen/salacid = 1)
|
||||
generate_items_inside(items_inside,src)
|
||||
@@ -265,6 +270,7 @@
|
||||
/obj/item/reagent_containers/pill/patch/synthflesh = 3,
|
||||
/obj/item/reagent_containers/hypospray/medipen/atropine = 2,
|
||||
/obj/item/stack/medical/gauze = 1,
|
||||
/obj/item/stack/medical/splint = 1, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/storage/pill_bottle/penacid = 1)
|
||||
generate_items_inside(items_inside,src)
|
||||
|
||||
@@ -283,6 +289,7 @@
|
||||
if(empty)
|
||||
return
|
||||
new /obj/item/stack/medical/gauze(src)
|
||||
new /obj/item/stack/medical/splint //SKYRAT EDIT ADDITION - MEDICAL
|
||||
new /obj/item/defibrillator/compact/combat/loaded(src)
|
||||
new /obj/item/reagent_containers/hypospray/combat(src)
|
||||
new /obj/item/reagent_containers/pill/patch/libital(src)
|
||||
|
||||
Reference in New Issue
Block a user