From a8747449c259968d7b4e919cdcd6170b1a2cb70e Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Fri, 20 Sep 2019 21:50:04 +0100 Subject: [PATCH] All good --- modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm index e676636b26..b21c7e1459 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm @@ -301,7 +301,6 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING description = "Impure synthetic-derived growth factor causes certain cells to undergo cell death, causing clone damage, and damaging blood cells."//i.e. tell me please, figure it's a good way to get pinged for bugfixes. metabolization_rate = 1 can_synth = FALSE - chemical_flags = REAGENT_INVISIBLE /datum/reagent/impure/SDGFtox/on_mob_life(mob/living/carbon/M)//Damages the taker if their purity is low. Extended use of impure chemicals will make the original die. (thus can't be spammed unless you've very good) M.blood_volume -= 10