[MODULAR] Fixes very bad flag conflict for the borg boop module (#16484)

ohno
This commit is contained in:
Tastyfish
2022-09-27 16:46:26 -04:00
committed by GitHub
parent 572b49a531
commit 2d936b78a7
@@ -26,7 +26,8 @@
desc = "The BOOP module"
icon = 'modular_skyrat/modules/altborgs/icons/robot_items.dmi'
icon_state = "nose"
flags_1 = CONDUCT_1|NOBLUDGEON
flags_1 = CONDUCT_1
item_flags = NOBLUDGEON
force = 0
/obj/item/dogborg_nose/afterattack(atom/target, mob/user, proximity)