mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Makes uses of do_after sane (#11582)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2c34c93e00
commit
1b8f394a14
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user