Removes Space Ninjas

This commit is contained in:
SamCroswell
2015-03-02 19:05:44 -05:00
parent 3e5bc9e230
commit b8a9c902a1
43 changed files with 68 additions and 3930 deletions
-40
View File
@@ -242,26 +242,6 @@ datum/mind
sections["changeling"] = text
/** NINJA ***/
text = "ninja"
if (ticker.mode.config_tag=="ninja")
text = uppertext(text)
text = "<i><b>[text]</b></i>: "
if (src in ticker.mode.ninjas)
text += "<b>YES</b>|<a href='?src=\ref[src];ninja=clear'>no</a>"
text += "<br><a href='?src=\ref[src];ninja=outpost'>To outpost</a>, <a href='?src=\ref[src];common=undress'>undress</a>, <a href='?src=\ref[src];ninja=dressup'>dress up</a>."
//if (objectives.len==0)
//text += "<br>Objectives are empty! <a href='?src=\ref[src];wizard=autoobjectives'>Randomize!</a>"
else
text += "<a href='?src=\ref[src];ninja=ninja'>yes</a>|<b>NO</b>"
if(current && current.client && current.client.prefs.be_special & BE_NINJA)
text += "|Enabled in Prefs"
else
text += "|Disabled in Prefs"
sections["ninja"] = text
/** VAMPIRE ***/
text = "vampire"
if (ticker.mode.config_tag=="vampire")
@@ -822,26 +802,6 @@ datum/mind
ticker.mode.forge_wizard_objectives(src)
usr << "\blue The objectives for wizard [key] have been generated. You can edit them and anounce manually."
else if (href_list["ninja"])
current.hud_updateflag |= (1 << SPECIALROLE_HUD)
switch(href_list["ninja"])
if("clear")
if(src in ticker.mode.ninjas)
ticker.mode.ninjas -= src
special_role = null
current << "\red <FONT size = 3><B>You have been brainwashed! You are no longer a Ninja!</B></FONT>"
log_admin("[key_name_admin(usr)] has de-ninja'ed [current].")
if("ninja")
if(!(src in ticker.mode.ninjas))
ticker.mode.ninjas += src
special_role = "Ninja"
current << "<B>\blue Your mind awakens, your true potential is realized! You are a <i>Space Ninja</i>!</B>"
log_admin("[key_name_admin(usr)] has ninja'ed [current].")
if("outpost")
current.loc = pick(ninjastart)
if("dressup")
current:equip_space_ninja()
else if (href_list["changeling"])
current.hud_updateflag |= (1 << SPECIALROLE_HUD)