mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 14:03:25 +00:00
Merge pull request #8853 from Verkister/patch-101
Fixes shards having unlimited afterattack range
This commit is contained in:
@@ -55,7 +55,9 @@
|
||||
return
|
||||
return ..()
|
||||
|
||||
/obj/item/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
|
||||
var/active_hand //hand the shard is in
|
||||
var/will_break = FALSE
|
||||
var/protected_hands = FALSE //this is a fucking mess
|
||||
|
||||
Reference in New Issue
Block a user