mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Merge pull request #2742 from MagmaRam/slime_chem_fix
Slimes will now dump reagents they can't process.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user