Fixes some do_after bugs (#18753)

This commit is contained in:
Cameron Lennox
2025-11-09 03:05:10 -05:00
committed by GitHub
parent 53377d4334
commit 9539a02fb6
2 changed files with 2 additions and 2 deletions
@@ -276,7 +276,7 @@
if (WT.remove_fuel(0,user))
to_chat(user, span_notice("Now welding the vent."))
if(do_after(user, 20 * WT.toolspeed))
if(do_after(user, 20 * WT.toolspeed, src))
if(!src || !WT.isOn()) return
playsound(src, WT.usesound, 50, 1)
if(!welded)