added random barsigns. will add them to the map when we get closer to merging

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2012-09-09 00:39:43 +10:00
parent e760e4ca81
commit 69ec1e3eca
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/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)]"