mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
seven slot medkits as god intended - removes splints, returns splinting behavior to gauze (#22975)
* and the good lord said no more splints * typo bruh * tim allen aueeuuegueuegh * works on my machine * ci jumpscare --------- Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
co-authored by
Hatterhat
lessthanthree
parent
a7b1355fbd
commit
1a18a2e1fd
@@ -92,7 +92,6 @@
|
||||
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,
|
||||
@@ -111,7 +110,6 @@
|
||||
var/static/items_inside = list(
|
||||
/obj/item/healthanalyzer/simple = 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,
|
||||
@@ -138,7 +136,6 @@
|
||||
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,
|
||||
@@ -158,7 +155,6 @@
|
||||
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)
|
||||
@@ -250,7 +246,6 @@
|
||||
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,
|
||||
/obj/item/healthanalyzer/simple = 1,
|
||||
@@ -272,7 +267,6 @@
|
||||
/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)
|
||||
|
||||
@@ -300,7 +294,6 @@
|
||||
/obj/item/reagent_containers/pill/patch/aiuri = 4,
|
||||
/obj/item/healthanalyzer/advanced = 1,
|
||||
/obj/item/stack/medical/gauze = 2,
|
||||
/obj/item/stack/medical/splint = 2, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/reagent_containers/hypospray/medipen/atropine = 2,
|
||||
/obj/item/reagent_containers/medigel/sterilizine = 1,
|
||||
/obj/item/surgical_drapes = 1,
|
||||
@@ -333,7 +326,6 @@
|
||||
/obj/item/reagent_containers/pill/patch/aiuri = 3,
|
||||
/obj/item/healthanalyzer/advanced = 1,
|
||||
/obj/item/stack/medical/gauze = 2,
|
||||
/obj/item/stack/medical/splint = 2, //SKYRAT EDIT ADDITION - MEDICAL
|
||||
/obj/item/mod/module/thread_ripper = 1,
|
||||
/obj/item/mod/module/surgical_processor/preloaded = 1,
|
||||
/obj/item/mod/module/defibrillator/combat = 1,
|
||||
|
||||
Reference in New Issue
Block a user