Skip to content

Commit

Permalink
Fixed funny invisible vines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigó János committed Aug 28, 2023
1 parent 30a8638 commit 28268ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/structures/flora.dm
Original file line number Diff line number Diff line change
Expand Up @@ -633,15 +633,15 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE.

/obj/structure/flora/jungle/vines/light_1
icon_state = "light_1"
icon_tag = "light_1"
icon_tag = "light"

/obj/structure/flora/jungle/vines/light_2
icon_state = "light_2"
icon_tag = "light_2"
icon_tag = "light"

/obj/structure/flora/jungle/vines/light_3
icon_state = "light_3"
icon_tag = "light_3"
icon_tag = "light"

//heavy hide you
/obj/structure/flora/jungle/vines/heavy
Expand Down

0 comments on commit 28268ba

Please sign in to comment.