mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Fixes harmless DM warning
This commit is contained in:
@@ -270,7 +270,6 @@
|
||||
if(pumping > 0)
|
||||
if(beaker)
|
||||
if(beaker.reagents.total_volume < beaker.reagents.maximum_volume)
|
||||
var/pumped = 0
|
||||
for(var/datum/reagent/x in occupant.ingested.reagent_list)
|
||||
occupant.ingested.trans_to_obj(beaker, 3)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user