Merge pull request #9014 from Fox-McCloud/remove-dem-oldies

Removes A Bunch of Old, Unused Files
This commit is contained in:
Crazy Lemon
2018-05-14 17:55:12 -07:00
committed by GitHub
9 changed files with 0 additions and 482 deletions
-8
View File
@@ -1,8 +0,0 @@
/obj/effect/sign/double/barsign
icon = 'icons/obj/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)]"