mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 12:13:38 +01:00
Merge pull request #14198 from VOREStation/upstream-merge-8853
[MIRROR] Fixes shards having unlimited afterattack range
This commit is contained in:
committed by
CHOMPStation2
parent
02092ee913
commit
b2a1fbeecd
@@ -55,7 +55,9 @@
|
||||
return
|
||||
return ..()
|
||||
|
||||
/obj/item/weapon/material/shard/afterattack(var/atom/target, mob/living/carbon/human/user as mob)
|
||||
/obj/item/weapon/material/shard/afterattack(var/atom/target, mob/living/carbon/human/user as mob, 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