mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user