mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 21:52:48 +00:00
* effects * removed anchored = TRUE from objects that inherit that property within the effects folder and subfolders
19 lines
511 B
Plaintext
19 lines
511 B
Plaintext
/obj/effect/decal/cleanable/crayon
|
|
name = "rune"
|
|
desc = "A rune drawn in crayon."
|
|
icon = 'icons/effects/crayondecal.dmi'
|
|
icon_state = "rune1"
|
|
layer = MID_TURF_LAYER
|
|
plane = GAME_PLANE //makes the graffiti visible over a wall.
|
|
mergeable_decal = FALSE // Allows crayon drawings to overlap one another.
|
|
|
|
|
|
/obj/effect/decal/cleanable/crayon/Initialize(mapload, main = "#FFFFFF", type = "rune1", e_name = "rune")
|
|
. = ..()
|
|
|
|
name = e_name
|
|
desc = "A [name] drawn in crayon."
|
|
|
|
icon_state = type
|
|
color = main
|