I'm sure why these are snowflaked to early return, so now they're not (removes ancient code cruft) (#91482)

This commit is contained in:
_0Steven
2025-06-06 23:15:32 -04:00
committed by GitHub
parent 066b3e8b99
commit 7bd8822d4f
-5
View File
@@ -12,11 +12,6 @@
/obj/effect/attackby(obj/item/weapon, mob/user, list/modifiers, list/attack_modifiers)
if(SEND_SIGNAL(weapon, COMSIG_ITEM_ATTACK_EFFECT, src, user, modifiers, attack_modifiers) & COMPONENT_NO_AFTERATTACK)
return TRUE
// I'm not sure why these are snowflaked to early return but they are
if(istype(weapon, /obj/item/mop) || istype(weapon, /obj/item/soap))
return
return ..()
/obj/effect/attack_generic(mob/user, damage_amount, damage_type, damage_flag, sound_effect, armor_penetration)