mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Sneaks in sleeper fix
This commit is contained in:
@@ -273,9 +273,6 @@
|
||||
var/pumped = 0
|
||||
for(var/datum/reagent/x in occupant.ingested.reagent_list)
|
||||
occupant.ingested.trans_to_obj(beaker, 3)
|
||||
pumped++
|
||||
if(ishuman(occupant))
|
||||
occupant.ingested.trans_to_obj(beaker, pumped + 1)
|
||||
else
|
||||
toggle_pump()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user