Additional sight options for ghosts, makes AI eye visible to ghosts

This commit is contained in:
Markolie
2015-01-30 16:47:09 +01:00
parent 8b10abf46d
commit 5c18855967
6 changed files with 41 additions and 22 deletions
+6 -10
View File
@@ -178,7 +178,6 @@ datum/mind
else
text += "<b>EMPLOYEE</b>|<a href='?src=\ref[src];revolution=headrev'>headrev</a>|<a href='?src=\ref[src];revolution=rev'>rev</a>"
if(current && current.client && current.client.prefs.be_special & BE_REV)
text += "|Enabled in Prefs"
else
@@ -283,17 +282,14 @@ datum/mind
text += "<br>Objectives are empty! <a href='?src=\ref[src];vampire=autoobjectives'>Randomize!</a>"
else
text += "<a href='?src=\ref[src];vampire=vampire'>yes</a>|<b>NO</b>"
if(src in ticker.mode.enthralled)
text += "<b><font color='#FF0000'>YES</font></b>|no"
else
text += "yes|<font color='#00FF00'>NO</font></b>"
/** Enthralled ***/
text += "<br><b>enthralled</b>"
if(src in ticker.mode.enthralled)
text += " <b><font color='#FF0000'>YES</font></b> | no"
else
text += " yes | <font color='#00FF00'>NO</font></b>"
if(current && current.client && current.client.prefs.be_special & BE_VAMPIRE)
text += "|Enabled in Prefs"
else
text += "|Disabled in Prefs"
sections["vampire"] = text