Fixes scythes cutting kudzu (#2185)
This commit is contained in:
committed by
kevinz000
parent
d07b21a9d8
commit
2342c8f2bc
@@ -363,17 +363,6 @@
|
||||
if(!override)
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/spacevine/attackby(obj/item/weapon/W, mob/user, params)
|
||||
|
||||
if(istype(W, /obj/item/weapon/scythe))
|
||||
user.changeNext_move(CLICK_CD_MELEE)
|
||||
for(var/obj/structure/spacevine/B in orange(1,src))
|
||||
B.take_damage(W.force * 4, BRUTE, "melee", 1)
|
||||
return
|
||||
else
|
||||
return ..()
|
||||
|
||||
|
||||
/obj/structure/spacevine/attacked_by(obj/item/I, mob/living/user)
|
||||
var/damage_dealt = I.force
|
||||
if(I.is_sharp())
|
||||
|
||||
Reference in New Issue
Block a user