Skip to content

Commit

Permalink
Update autodispenser.dm
Browse files Browse the repository at this point in the history
autodispenser_finished is 2, not 1
  • Loading branch information
Weuyn authored Jan 17, 2025
1 parent 264adab commit 083b6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_machinery/autodispenser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@

var/space = container.reagents.maximum_volume - container.reagents.total_volume
if(!space || cycle >= cycle_limit) //We done boys
stop_program()
stop_program(2)
update_icon()
return

Expand Down

0 comments on commit 083b6e4

Please sign in to comment.