mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 14:03:25 +00:00
Fixed round-start AIs not having the proper iconstate.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@146 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
/mob/proc/AIize()
|
||||
src.client.screen.len = null
|
||||
var/mob/living/silicon/ai/O = new /mob/living/silicon/ai( src.loc )
|
||||
|
||||
O.icon_state = "ai"
|
||||
O.invisibility = 0
|
||||
O.canmove = 0
|
||||
O.name = src.name
|
||||
|
||||
Reference in New Issue
Block a user