mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Cobbduceus Part 1/X: Category Twos, Base(d) Healers (#45749)
* 150 hours
* it compiles guys
* PERF
* meta conflictor
* oldcabin
* Revert "meta conflictor"
This reverts commit 812343ca615e5b00711786be4413ce3301cfcc90.
* oldmeta
* TAKE 5000
* NAME THIS
Also redoes Multiver/Palletta
* FRICK U FIZ
* NERF PERF
* comment cringe
* Checks for restraints/incapacitated for ichiyuri
* URIKA
Removes Healing-Scaling of Ichiyuri, Nerfs Healing of Aiuri.
* organ
* please upvote this
* maps...
* Gives Instabitaluri a Brand Name
Oh wow it's synthflesh 😆
* Update cat2_medicine_reagents.dm
* what kinda characters is Krys using
This commit is contained in:
@@ -27,20 +27,20 @@
|
||||
return 0
|
||||
return 1 // Masks were stopping people from "eating" patches. Thanks, inheritance.
|
||||
|
||||
/obj/item/reagent_containers/pill/patch/styptic
|
||||
name = "brute patch"
|
||||
desc = "Helps with brute injuries."
|
||||
list_reagents = list(/datum/reagent/medicine/styptic_powder = 20)
|
||||
/obj/item/reagent_containers/pill/patch/libital
|
||||
name = "libital patch (brute)"
|
||||
desc = "A common pain reliever. Does minor liver damage."
|
||||
list_reagents = list(/datum/reagent/medicine/C2/libital = 10)
|
||||
icon_state = "bandaid_brute"
|
||||
|
||||
/obj/item/reagent_containers/pill/patch/silver_sulf
|
||||
name = "burn patch"
|
||||
desc = "Helps with burn injuries."
|
||||
list_reagents = list(/datum/reagent/medicine/silver_sulfadiazine = 20)
|
||||
/obj/item/reagent_containers/pill/patch/aiuri
|
||||
name = "aiuri patch (burn)"
|
||||
desc = "Helps with burn injuries. Does minor eye damage."
|
||||
list_reagents = list(/datum/reagent/medicine/C2/aiuri = 10)
|
||||
icon_state = "bandaid_burn"
|
||||
|
||||
/obj/item/reagent_containers/pill/patch/synthflesh
|
||||
name = "synthflesh patch"
|
||||
/obj/item/reagent_containers/pill/patch/instabitaluri
|
||||
name = "instabitaluri patch"
|
||||
desc = "Helps with brute and burn injuries."
|
||||
list_reagents = list(/datum/reagent/medicine/synthflesh = 20)
|
||||
list_reagents = list(/datum/reagent/medicine/C2/instabitaluri = 20)
|
||||
icon_state = "bandaid_both"
|
||||
|
||||
Reference in New Issue
Block a user