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

@@ -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]