[MIRROR] Makes uses of do_after sane (#11582)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-07 20:02:27 -07:00
committed by GitHub
parent 2c34c93e00
commit 1b8f394a14
329 changed files with 692 additions and 716 deletions

View File

@@ -315,12 +315,13 @@ Proc for attack log creation, because really why not
drifting = TRUE*/
var/holding = user.get_active_hand()
/* //Disabling for now. Meant to be used for modifier slowdowns.
if(!(timed_action_flags & IGNORE_SLOWDOWNS))
var/slowdown = user.calculate_item_encumbrance()
if(slowdown)
delay *= slowdown
//Let's not be TOO evil. You can be up to 4x faster, but never more than 3x slower.
delay *= CLAMP(slowdown, 0.25, 3)
*/
var/datum/progressbar/progbar
var/datum/cogbar/cog