Removing slimejelly req from feedback.

This commit is contained in:
Fermi
2019-07-04 23:24:18 +01:00
parent bccd3e42b6
commit ad37ec08b2
3 changed files with 14 additions and 5 deletions

View File

@@ -304,6 +304,13 @@
msg += "</span>"
var/obj/item/organ/vocal_cords/Vc = getorganslot(ORGAN_SLOT_VOICE)
if(Vc)
if (Vc.name == "Velvet chords")
if(user.client?.prefs.lewdchem)
msg += "<span class='velvet'><i>You feel your chords resonate looking at them.</i></span>"
if(!appears_dead)
if(stat == UNCONSCIOUS)
msg += "[t_He] [t_is]n't responding to anything around [t_him] and seem[p_s()] to be asleep.\n"

View File

@@ -494,6 +494,8 @@
//Standard reaction mechanics:
else
if (C.FermiChem == TRUE)//Just to make sure
return 0
for(var/B in cached_required_reagents) //
multiplier = min(multiplier, round((get_reagent_amount(B) / cached_required_reagents[B]), 0.01))
@@ -810,7 +812,7 @@
if(!isnum(amount) || !amount)
return FALSE
if(amount <= 0)
if(amount <= 0.00)
return FALSE
var/datum/reagent/D = GLOB.chemical_reagents_list[reagent]