mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Additional sight options for ghosts, makes AI eye visible to ghosts
This commit is contained in:
+6
-10
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user