Vamp menu fixes

This commit is contained in:
ZomgPonies
2013-12-14 19:29:35 -05:00
parent 729bf5e229
commit 46e05cf2e4
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -237,6 +237,12 @@ 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>"
/** 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>"
sections["vampire"] = text