mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 08:31:53 +00:00
* Yep * Sirryan2002 Suggestion Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
18 lines
449 B
Plaintext
18 lines
449 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
|
|
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
|