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
-1
View File
@@ -82,7 +82,6 @@
return TRUE
return FALSE
/obj/machinery/door/firedoor/power_change()
if(powered(power_channel))
stat &= ~NOPOWER
+1
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)