Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LV-624 Cave Aesthetic Change #4843

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
InitalCommit
Steelpoint committed Nov 5, 2023
commit 5332873036bb51009229cfab8c0c907a5b85751e
14 changes: 14 additions & 0 deletions code/game/objects/effects/decals/warning_stripes.dm
Original file line number Diff line number Diff line change
@@ -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'
Loading