mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Merge pull request #29231 from ChangelingRain/cleavefix
Fixes cleave conditions for the cleaving saw
This commit is contained in:
@@ -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