I am shrimply amazed (#24189)

This commit is contained in:
DGamerL
2024-02-16 06:56:26 +01:00
committed by GitHub
parent 6cee3978c2
commit 3cc85db9a3
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -253,10 +253,6 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
MO.desc = "Looks like this was \an [src] some time ago."
..()
/obj/item/afterattack(atom/target, mob/user, proximity, params)
SEND_SIGNAL(src, COMSIG_ITEM_AFTERATTACK, target, user, proximity, params)
..()
/obj/item/attack_hand(mob/user as mob, pickupfireoverride = FALSE)
if(!user) return 0
if(ishuman(user))