mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
/obj/structure/sign/barsign
|
|
icon = 'barsigns.dmi'
|
|
icon_state = "empty"
|
|
anchored = 1
|
|
New()
|
|
ChangeSign(pick("pinkflamingo", "magmasea", "limbo", "rustyaxe", "armokbar", "brokendrum", "meadbay", "thedamnwall", "thecavern", "cindikate", "theorchard", "thesaucyclown", "theclownshead"))
|
|
return
|
|
proc/ChangeSign(var/Text)
|
|
src.icon_state = "[Text]"
|
|
//on = 0
|
|
//brightness_on = 4 //uncomment these when the lighting fixes get in
|
|
return
|