Skip to content

Commit

Permalink
try to fix the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Jun 6, 2024
1 parent d5078fe commit edf2ede
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/game/objects/structures/flora.dm
Original file line number Diff line number Diff line change
Expand Up @@ -724,15 +724,9 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE.
damage = rand(8,18)
if(indestructable)
//this bush marks the edge of the map, you can't destroy it
<<<<<<< HEAD
to_chat(user, SPAN_DANGER("You chop away at the undergrowth, but it's too thick here."))
else
user.visible_message(SPAN_DANGER("[user] chops away at the [src] with [I]."),SPAN_DANGER("You chop away at the [src] with [I]."))
=======
to_chat(user, SPAN_DANGER("You chop at the undergrowth, but it's too thick here."))
else
user.visible_message(SPAN_DANGER("[user] chops at the [src] with [I]."),SPAN_DANGER("You chop at the [src] with [I]."))
>>>>>>> 48aca9e1b50768a553d2ee81fac139b060e7d0d0
playsound(src.loc, 'sound/effects/vegetation_hit.ogg', 25, 1)
health -= damage
if(health < 0)
Expand Down

0 comments on commit edf2ede

Please sign in to comment.