Merge pull request #120 from CompactNinja/master

Yes CN, ckey IS all in lower case. Lil' insignificant bugfix on my behalf.
This commit is contained in:
CompactNinja
2011-12-18 07:08:53 -08:00
+1 -1
View File
@@ -81,7 +81,7 @@
//if(icon_state == initial(icon_state))
var/icontype = ""
var/list/icons = list("Blue", "HAL9000", "Monochrome", "Rainbow", "HAL9000 Mark2", "Inverted", "Firewall", "Green", "Text", "Smiley", "Angry", "Dorf", "Matrix")
if (src.name == "B.A.N.N.E.D." && src.ckey == "Spaceman96")
if (src.name == "B.A.N.N.E.D." && src.ckey == "spaceman96")
icons += "B.A.N.N.E.D."
icontype = input("Please, select a display!", "AI", null/*, null*/) in icons
if(icontype == "Blue")