From 2585c545fa8545a263b09e232fa4e9054b32556f Mon Sep 17 00:00:00 2001 From: SandPoot Date: Thu, 28 Dec 2023 00:37:23 -0300 Subject: [PATCH] not necessary --- code/game/objects/items.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 19cd9e5c5d..7aab051850 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -834,9 +834,6 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb else . = "" -/obj/item/hitby(atom/movable/AM, skipcatch, hitpush, blocked, datum/thrownthing/throwingdatum) - return // SEND_SIGNAL(src, COMSIG_ATOM_HITBY, AM, skipcatch, hitpush, blocked, throwingdatum) - /obj/item/attack_hulk(mob/living/carbon/human/user) return 0