Fixes cleave conditions for the cleaving saw (#2006)
This commit is contained in:
committed by
kevinz000
parent
8f120d9008
commit
63ffbdf090
@@ -635,7 +635,7 @@
|
||||
B.add_bleed(B.bleed_buildup)
|
||||
|
||||
/obj/item/weapon/melee/transforming/cleaving_saw/attack(mob/living/target, mob/living/carbon/human/user)
|
||||
if(!active || swiping)
|
||||
if(!active || swiping || !target.density || get_turf(target) == get_turf(user))
|
||||
..()
|
||||
else
|
||||
var/turf/user_turf = get_turf(user)
|
||||
|
||||
Reference in New Issue
Block a user