Files
Paradise/code/game/objects/effects/barsign.dm
Jim Apples a23e1c7a92 Added 5 barsigns.
Signed-off-by: Jim Apples <cheeckan@gmail.com>
2013-06-19 17:51:41 +01:00

9 lines
417 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", "whiskeyimplant", "carpecarp", "robustroadhouse", "greytide", "theredshirt")
src.icon_state = "[pick(valid_states)]"