mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Fixes some do_after bugs (#18753)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user