mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes xenobio chem stuff properly this time
This commit is contained in:
@@ -65,8 +65,7 @@ Procs for targeting
|
|||||||
reagent_response = chemreact[R.id]
|
reagent_response = chemreact[R.id]
|
||||||
|
|
||||||
if(!reagent_response)
|
if(!reagent_response)
|
||||||
temp_chem_holder.reagents.clear_reagents()
|
continue // just skip this reagent, rather than clearing the whole thing
|
||||||
return 1
|
|
||||||
|
|
||||||
if(reagent_response["toxic"])
|
if(reagent_response["toxic"])
|
||||||
adjustToxLoss(reagent_response["toxic"] * reagent_total)
|
adjustToxLoss(reagent_response["toxic"] * reagent_total)
|
||||||
|
|||||||
Reference in New Issue
Block a user