Skip to content

Commit

Permalink
Add sand siding decal
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Sep 17, 2024
1 parent fbb6f01 commit 0d65358
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions modular_ss220/maps220/code/effects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,42 @@
desc = "Glory to humanity!"

/* Beach */
// Decals
/obj/effect/turf_decal/sand
name = "sand"
density = FALSE
layer = TURF_DECAL_LAYER
icon = 'modular_ss220/maps220/icons/decals.dmi'
icon_state = "snow"

/obj/effect/turf_decal/sand
icon_state = "sand_side"

/obj/effect/turf_decal/sand/end
icon_state = "sand_surround"

/obj/effect/turf_decal/sand/box
icon_state = "sand_full"

/obj/effect/turf_decal/sand/light
icon_state = "lightsand_side"

/obj/effect/turf_decal/sand/end/light
icon_state = "lightsand_surround"

/obj/effect/turf_decal/sand/box/light
icon_state = "lightsand_full"

/obj/effect/turf_decal/sand/dark
icon_state = "darksand_side"

/obj/effect/turf_decal/sand/end/dark
icon_state = "darksand_surround"

/obj/effect/turf_decal/sand/box/dark
icon_state = "darksand_full"

// Items
/obj/item/toy/seashell
name = "ракушка"
desc = "Пусть у вас всегда будет ракушка в кармане и песок в ботинках. Что бы это ни значило."
Expand Down

0 comments on commit 0d65358

Please sign in to comment.