Skip to content

Commit

Permalink
ports dirt linings (#9928)
Browse files Browse the repository at this point in the history
  • Loading branch information
spockye authored Sep 30, 2023
1 parent bc95bc3 commit a390159
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/game/objects/effects/decals/turfdecal/weather.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@
name = "snow corner piece"
icon = 'icons/turf/snow.dmi'
icon_state = "snow_corner"

/obj/effect/turf_decal/weather/dirt
name = "dirt siding"
icon = 'icons/turf/decals.dmi'
icon_state = "dirt_side"

/obj/effect/turf_decal/weather/dirt/corner
name = "corner"
icon = 'icons/turf/decals.dmi'
icon_state = "dirt_side_corner"
Binary file modified icons/turf/decals.dmi
Binary file not shown.

0 comments on commit a390159

Please sign in to comment.