Merge pull request #14923 from Citadel-Station-13/silicons-patch-45

fixes handcuff resisting being instant
This commit is contained in:
Lin
2021-07-06 12:04:39 -07:00
committed by GitHub
+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