diff --git a/code/game/objects/items/weapons/material/shards.dm b/code/game/objects/items/weapons/material/shards.dm index 64d2c0d9cbd..03bf86e557b 100644 --- a/code/game/objects/items/weapons/material/shards.dm +++ b/code/game/objects/items/weapons/material/shards.dm @@ -55,7 +55,13 @@ return return ..() +<<<<<<< HEAD /obj/item/weapon/material/shard/afterattack(var/atom/target, mob/living/carbon/human/user as mob) +======= +/obj/item/material/shard/afterattack(atom/target, mob/living/carbon/human/user, proximity) + if(!proximity) + return +>>>>>>> cd9166a70ae... Merge pull request #8853 from Verkister/patch-101 var/active_hand //hand the shard is in var/will_break = FALSE var/protected_hands = FALSE //this is a fucking mess