Skip to content

Commit

Permalink
Merge pull request #3767 from MistakeNot4892/feature/turfs
Browse files Browse the repository at this point in the history
Tweaking grass icons.
  • Loading branch information
out-of-phaze authored Mar 6, 2024
2 parents cff643d + da2c4b9 commit 0a2c838
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/game/turfs/exterior/exterior_dirt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
desc = "A flat expanse of dry, cracked earth."
icon = 'icons/turf/exterior/dirt.dmi'
icon_edge_layer = EXT_EDGE_DIRT
color = COLOR_BEASTY_BROWN
base_color = COLOR_BEASTY_BROWN
color = "#41311b"
base_color = "#41311b"
footstep_type = /decl/footsteps/asteroid
is_fundament_turf = TRUE

Expand Down
9 changes: 4 additions & 5 deletions code/game/turfs/exterior/exterior_grass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
icon = 'icons/turf/exterior/grass.dmi'
footstep_type = /decl/footsteps/grass
icon_edge_layer = EXT_EDGE_GRASS
color = "#799c4b"
base_color = "#799c4b"
color = "#5e7a3b"
base_color = "#5e7a3b"

/turf/exterior/wildgrass
name = "wild grass"
icon = 'icons/turf/exterior/wildgrass.dmi'
icon_edge_layer = EXT_EDGE_GRASS_WILD
icon_has_corners = TRUE
footstep_type = /decl/footsteps/grass
color = "#799c4b"
base_color = "#799c4b"
color = "#5e7a3b"
base_color = "#5e7a3b"

/turf/exterior/wildgrass/Initialize(mapload, no_update_icon)
. = ..()
Expand Down
Binary file modified icons/turf/exterior/grass.dmi
Binary file not shown.
Binary file modified icons/turf/exterior/wildgrass.dmi
Binary file not shown.

0 comments on commit 0a2c838

Please sign in to comment.