Skip to content

Commit

Permalink
palm fix
Browse files Browse the repository at this point in the history
Signed-off-by: CliffracerX <[email protected]>
  • Loading branch information
CliffracerX authored Oct 28, 2024
1 parent 62c66a2 commit 9f60aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_doppler/objects_and_structures/code/flora.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
/**
* PALM TREES
*/
/obj/structure/flora/tree/palm/style_3
/obj/structure/flora/tree/palm/doppler
icon = 'modular_doppler/objects_and_structures/icons/trees/palm.dmi'
icon_state = "palm_3"
pixel_x = -48
pixel_y = -16
// Need coconuts

/obj/structure/flora/tree/palm/style_random/Initialize(mapload)
/obj/structure/flora/tree/palm/doppler/style_random/Initialize(mapload)
. = ..()
icon_state = "palm[rand(1,3)]"
update_appearance()
Expand Down

0 comments on commit 9f60aba

Please sign in to comment.