Merge pull request #16046 from SandPoot/item-on-item-behavior

Disables items hitting items, makes noise and feels wrong.
This commit is contained in:
deathride58
2023-12-29 22:04:36 -05:00
committed by GitHub

View File

@@ -834,6 +834,9 @@ 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