From ea6b0a4ed990e376924bfff3909420621452879e Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 4 Jul 2021 10:50:49 -0700 Subject: [PATCH] Update do_after.dm --- code/__HELPERS/do_after.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/do_after.dm b/code/__HELPERS/do_after.dm index c0c07e3620..3ec1aa9b08 100644 --- a/code/__HELPERS/do_after.dm +++ b/code/__HELPERS/do_after.dm @@ -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