pAIs now ghost and appear in the player panel properly. You can no longer download multiple personalities to one unit.

Personality settings can be saved and loaded.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1640 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
only.lurking@gmail.com
2011-05-31 06:09:39 +00:00
parent 85400da152
commit 4a937db29c
6 changed files with 70 additions and 26 deletions
+4
View File
@@ -1444,6 +1444,8 @@ var/showadminmessages = 1
dat += "<tr><td>[M.name]</td>"
if(istype(M, /mob/living/silicon/ai))
dat += "<td>AI</td>"
if(istype(M, /mob/living/silicon/pai))
dat += "<td>pAI</td>"
if(istype(M, /mob/living/silicon/robot))
dat += "<td>Cyborg</td>"
if(istype(M, /mob/living/carbon/human))
@@ -1481,6 +1483,8 @@ var/showadminmessages = 1
dat += "<tr><td>[M.name]</td>"
if(istype(M, /mob/living/silicon/ai))
dat += "<td>AI</td>"
if(istype(M, /mob/living/silicon/pai))
dat += "<td>pAI</td>"
if(istype(M, /mob/living/silicon/robot))
dat += "<td>Cyborg</td>"
if(istype(M, /mob/living/carbon/human))