Skip to content

Commit

Permalink
InitalCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Nov 5, 2023
1 parent ddb5e44 commit 5332873
Show file tree
Hide file tree
Showing 4 changed files with 5,049 additions and 2,320 deletions.
14 changes: 14 additions & 0 deletions code/game/objects/effects/decals/warning_stripes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@
/obj/effect/decal/sand_overlay/sand2/corner2
icon_state = "sand2_c"

/obj/effect/decal/grass_overlay
name = "grass edge"
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
unacidable = TRUE
icon = 'icons/turf/floors/auto_strata_grass.dmi'
layer = TURF_LAYER

/obj/effect/decal/grass_overlay/grass1
icon_state = "grass_outercorner"

/obj/effect/decal/grass_overlay/grass1/inner
name = "grass edge"
icon_state = "grass_innercorner"

/obj/effect/decal/siding
name = "siding"
icon = 'icons/turf/floors/floors.dmi'
Expand Down
Loading

0 comments on commit 5332873

Please sign in to comment.