mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
@@ -217,7 +217,7 @@
|
||||
if(reagents.total_volume <= 0)
|
||||
return
|
||||
|
||||
reagents.trans_to(temp_chem_holder, min(reagents.total_volume,rand(1,3)))
|
||||
reagents.trans_to_obj(temp_chem_holder, min(reagents.total_volume,rand(1,3)))
|
||||
|
||||
for(var/datum/reagent/R in temp_chem_holder.reagents.reagent_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user