Added a new static-AI icon pieced together from the non copyright violating frames of the old static AI icon.

AIs can now set their core display to the classic malf red and new static displays.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3468 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-04-16 10:11:49 +00:00
parent ad80d08c2b
commit 4743404f15
2 changed files with 5 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
return
//if(icon_state == initial(icon_state))
var/icontype = input("Please, select a display!", "AI", null/*, null*/) in list("Clown", "Monochrome", "Blue", "Inverted", "Firewall", "Green")
var/icontype = input("Please, select a display!", "AI", null/*, null*/) in list("Clown", "Monochrome", "Blue", "Inverted", "Firewall", "Green", "Red", "Static")
if(icontype == "Clown")
icon_state = "ai-clown2"
else if(icontype == "Monochrome")
@@ -92,7 +92,10 @@
icon_state = "ai-magma"
else if(icontype == "Green")
icon_state = "ai-wierd"
else if(icontype == "Red")
icon_state = "ai-malf"
else if(icontype == "Static")
icon_state = "ai-static"
//else
//usr <<"You can only change your display once!"
//return