mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Vamp menu fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user