mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 18:21:56 +00:00
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
/obj/effect/sign/barsign
|
|
icon = 'barsigns.dmi'
|
|
icon_state = "empty"
|
|
anchored = 1
|
|
|
|
New()
|
|
var/list/valid_states = list("pinkflamingo", "magmasea", "limbo", "rustyaxe", "armokbar", "brokendrum", "meadbay", "thedamnwall", "thecavern", "cindikate", "theorchard", "thesaucyclown", "theclownshead")
|
|
src.icon_state = "[pick(valid_states)]"
|