mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 11:36:38 +01:00
Dead AIs can no longer be intelicarded.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@126 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
src.name = "inteliCard"
|
||||
return
|
||||
else
|
||||
if (M.real_name != "Inactive AI")
|
||||
if (M.real_name != "Inactive AI" && M.stat != 2)
|
||||
var/mob/living/silicon/ai/O = new /mob/living/silicon/ai( src )
|
||||
O.invisibility = 0
|
||||
O.canmove = 0
|
||||
|
||||
Reference in New Issue
Block a user