Putnam's suggestions.

This commit is contained in:
Ghommie
2020-04-24 03:44:12 +02:00
parent 0beb28d3bb
commit a97c2f66a5
3 changed files with 4 additions and 4 deletions
@@ -52,7 +52,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING
inverse_chem_val = 0.5
inverse_chem = /datum/reagent/impure/SDZF
can_synth = TRUE
value = REAGENT_VALUE_EXCEPTIONAL
value = REAGENT_VALUE_RARE
//Main SDGF chemical
@@ -310,7 +310,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING
can_synth = TRUE
taste_description = "a weird chemical fleshy flavour"
chemical_flags = REAGENT_SNEAKYNAME
value = REAGENT_VALUE_VERY_RARE
value = REAGENT_VALUE_RARE
/datum/reagent/impure/SDZF/on_mob_life(mob/living/carbon/M) //If you're bad at fermichem, turns your clone into a zombie instead.
switch(current_cycle)//Pretends to be normal
@@ -101,7 +101,7 @@
data = list("grown_volume" = 0, "injected_vol" = 0)
var/borrowed_health
color = "#FFDADA"
value = REAGENT_VALUE_VERY_RARE
value = REAGENT_VALUE_COMMON
/datum/reagent/synthtissue/reaction_mob(mob/living/M, method=TOUCH, reac_volume,show_message = 1)
if(iscarbon(M))