mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-26 06:40:17 +01:00
Fix
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
|
||||
/obj/attackby(obj/item/I, mob/living/user, params)
|
||||
. = ..()
|
||||
if(. & STOP_ATTACK_PROC_CHAIN)
|
||||
return
|
||||
if(obj_flags & CAN_BE_HIT)
|
||||
. |= I.attack_obj(src, user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user