Fixes xenobio chem stuff properly this time

This commit is contained in:
MagmaRam
2016-11-17 07:10:59 -06:00
parent 20b6d4be57
commit 2c231333e6

View File

@@ -65,8 +65,7 @@ Procs for targeting
reagent_response = chemreact[R.id]
if(!reagent_response)
temp_chem_holder.reagents.clear_reagents()
return 1
continue // just skip this reagent, rather than clearing the whole thing
if(reagent_response["toxic"])
adjustToxLoss(reagent_response["toxic"] * reagent_total)