mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Added a new iconstate for empty AI cores.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@137 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -38,6 +38,8 @@
|
||||
del(A)
|
||||
if (!M.stat)
|
||||
M.icon_state = "ai"
|
||||
else
|
||||
M.icon_state = "ai-crash"
|
||||
src.icon_state = "aicard"
|
||||
src.name = "inteliCard"
|
||||
src.overlays = null
|
||||
@@ -64,7 +66,7 @@
|
||||
src.name = "inteliCard - [M.name]"
|
||||
M.name = "Inactive AI"
|
||||
M.real_name = "Inactive AI"
|
||||
M.icon_state = "ai-crash"
|
||||
M.icon_state = "ai-empty"
|
||||
if (O.stat == 2)
|
||||
src.icon_state = "aicard-404"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user