Update do_after.dm

This commit is contained in:
silicons
2021-07-04 10:50:49 -07:00
committed by GitHub
parent 081ef22adf
commit ea6b0a4ed9
+1 -1
View File
@@ -75,7 +75,7 @@
while(timeleft > 0)
stoplag(1)
var/timepassed = world.time - tick_time
timepassed = world.time
tick_time = world.time
progbar?.update(TIMELEFT)
if(QDELETED(user) || QDELETED(target) || (user.loc == null) || (target.loc == null))
. = FALSE