Update shards.dm

This commit is contained in:
Heroman3003
2022-12-14 07:46:38 +10:00
committed by GitHub
parent f6f5a7e1f9
commit f3a28c1c3d
@@ -55,13 +55,9 @@
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)
/obj/item/weapon/material/shard/afterattack(var/atom/target, mob/living/carbon/human/user as mob, 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