mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user