code/__DEFINES/combat_defines.dm 
| SECONDS_TO_JITTER | Jitter decays at a rate of 3 per life cycle, 15 if resting. |
|---|---|
| SHAME | Stam crits the effected mob, as well as ensures they dont die from suicide |
| AUTOFIRE_STAT_IDLE | Compatible firemode is in the gun. Wait until it's held in the user hands. |
| AUTOFIRE_STAT_ALERT | Gun is active and in the user hands. Wait until user does a valid click. |
| AUTOFIRE_STAT_FIRING | Gun is shooting. |
Define Details
AUTOFIRE_STAT_ALERT 
Gun is active and in the user hands. Wait until user does a valid click.
AUTOFIRE_STAT_FIRING 
Gun is shooting.
AUTOFIRE_STAT_IDLE 
Compatible firemode is in the gun. Wait until it's held in the user hands.
SECONDS_TO_JITTER 
Jitter decays at a rate of 3 per life cycle, 15 if resting.
SHAME 
Stam crits the effected mob, as well as ensures they dont die from suicide