This commit is contained in:
silicons
2020-07-23 09:49:56 -07:00
parent 0858af4b85
commit 38a9e89687
2 changed files with 1 additions and 1 deletions

View File

@@ -169,6 +169,7 @@
. = ..()
if(!CheckAttackCooldown(user, target))
return
user.DelayNextAction()
process_afterattack(target, user, flag, params)
/obj/item/gun/proc/process_afterattack(atom/target, mob/living/user, flag, params)