Adds carcinisoprojection jelly, a limb regrowth chem that is made from slime mutation toxin & blood (#15053)

* Limb regrowth chem, new disease of crab cancer

* Limb regrowth adjustments

* oops, sorry linters.

* oh right this would probably fuck with dullahans

* woops missed a newline

* Update code/modules/reagents/chemistry/reagents/medicine_reagents.dm

Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>

* just realized this check is unnecessary.

* let's add a mood debuff while we're at it

* Update medicine_reagents.dm

* add a bounty

* misspelling

* Update crabcancer.dm

Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>
This commit is contained in:
BlueWildrose
2022-04-15 00:37:08 +02:00
committed by GitHub
co-authored by DeltaFire
parent 85817a734b
commit f235839351
7 changed files with 137 additions and 4 deletions
@@ -371,3 +371,9 @@
id = /datum/reagent/medicine/system_cleaner
results = list(/datum/reagent/medicine/system_cleaner = 4)
required_reagents = list(/datum/reagent/iron = 2, /datum/reagent/oil = 2, /datum/reagent/medicine/calomel = 2, /datum/reagent/acetone = 2)
/datum/chemical_reaction/limb_regrowth
name = "Carcinisoprojection Jelly"
id = /datum/reagent/medicine/limb_regrowth
results = list(/datum/reagent/medicine/limb_regrowth = 2)
required_reagents = list(/datum/reagent/blood = 1, /datum/reagent/slime_toxin = 1)