Merge pull request #2742 from MagmaRam/slime_chem_fix

Slimes will now dump reagents they can't process.
This commit is contained in:
Anewbe
2016-11-14 16:07:29 -06:00
committed by GitHub
+4
View File
@@ -64,6 +64,10 @@ Procs for targeting
reagent_response = chemreact[R.id]
if(!reagent_response)
temp_chem_holder.reagents.clear_reagents()
return 1
if(reagent_response["toxic"])
adjustToxLoss(reagent_response["toxic"] * reagent_total)