[MIRROR] Fermichem 2.4 - C2 medicine recipe adaptations and atunements to the new mechanics (#3701)

* Fermichem 2.4 - C2 medicine recipe adaptations and atunements to the new mechanics

* Update human_defense.dm

Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-28 15:21:34 +00:00
committed by GitHub
co-authored by Thalpy Gandalf2k15
parent 9b408206ec
commit 4032c73891
47 changed files with 2010 additions and 243 deletions
+2
View File
@@ -5,6 +5,8 @@
var/mob/living/carbon/human/human = allocate(/mob/living/carbon/human)
for (var/reagent_type in subtypesof(/datum/reagent))
if(reagent_type in GLOB.fake_reagent_blacklist)
continue
test_reagent(human, reagent_type)
/datum/unit_test/metabolization/proc/test_reagent(mob/living/carbon/C, reagent_type)