mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 18:21:56 +00:00
This commit overhauls the examine system to baystation's latest system, including a more efficient verb approach, and a new status panel tab, which shows more information for pre-defined objects.
18 lines
407 B
Plaintext
18 lines
407 B
Plaintext
/obj/effect/decal/cleanable/crayon
|
|
name = "rune"
|
|
desc = "A rune drawn in crayon."
|
|
icon = 'icons/effects/crayondecal.dmi'
|
|
icon_state = "rune1"
|
|
layer = 2.1
|
|
anchored = 1
|
|
|
|
|
|
/obj/effect/decal/cleanable/crayon/New(location, main = "#FFFFFF", var/type = "rune1", var/e_name = "rune")
|
|
..()
|
|
loc = location
|
|
|
|
name = e_name
|
|
desc = "A [name] drawn in crayon."
|
|
|
|
icon_state = type
|
|
color = main |