code/modules/mob/clickdelay.dm
/mob | CLICKDELAY HANDLING SYSTEM How this works is mobs can never do actions until their next_action is at or below world.time, but things can specify extra cooldown to check for either from the time of last_action or from the end of next_action. |
---|