Skip to content

Commit

Permalink
Update code/game/objects/structures/props.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
BeagleGaming1 and harryob authored Aug 3, 2023
1 parent 35630f0 commit 39c2783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
return
to_chat(xeno, SPAN_NOTICE("You begin to extinguish [src]."))
while(remaining_fuel)
if(!do_after(xeno, 1 SECONDS, INTERRUPT_MOVED, BUSY_ICON_HOSTILE))
if(xeno.action_busy || !do_after(xeno, 1 SECONDS, INTERRUPT_MOVED, BUSY_ICON_HOSTILE))
return
fuel_drain()
to_chat(xeno, SPAN_NOTICE("You continue to extinguish [src]."))
Expand Down

0 comments on commit 39c2783

Please sign in to comment.