Makes revvies admin-spawnable again

This commit is contained in:
Xhuis
2015-04-28 17:10:08 -04:00
parent 8c84b0b5bd
commit 3995ae73cb
6 changed files with 8 additions and 16 deletions
+2 -3
View File
@@ -107,13 +107,12 @@
message_admins("[key_name_admin(usr)] tried to create an abductor team. Unfortunatly there were not enough candidates available.")
log_admin("[key_name(usr)] failed to create an abductor team.")
if("15")
message_admins("[key_name(usr)] tried to create a revenant. However, revenants are currently pending a rewrite.")
/*if(src.makeRevenant())
if(src.makeRevenant())
message_admins("[key_name(usr)] created a revenant.")
log_admin("[key_name(usr)] created a revenant.")
else
message_admins("[key_name_admin(usr)] tried to create a revenant. Unfortunately, there were no candidates available.")
log_admin("[key_name(usr)] failed to create a revenant.")*/
log_admin("[key_name(usr)] failed to create a revenant.")
else if(href_list["forceevent"])
if(!check_rights(R_FUN)) return
@@ -539,9 +539,6 @@ client/proc/one_click_antag()
return
/datum/admins/proc/makeRevenant()
message_admins("NOTICE: Revenants are currently disabled until reworked.")
return
/*
var/list/mob/dead/observer/candidates = getCandidates("Do you wish to be considered for becoming a revenant?", "revenant", null)
if(candidates.len >= 1)
var/spook_op = pick(candidates)
@@ -554,7 +551,6 @@ client/proc/one_click_antag()
return 1
else
return
*/
/datum/admins/proc/getCandidates(var/Question, var/jobbanType, var/datum/game_mode/gametypeCheck)
var/list/mob/dead/observer/candidates = list()
@@ -1,6 +1,3 @@
/*
COMMENTED OUT -- PENDING REWORK
//Revenants: based off of wraiths from Goon
//"Ghosts" that are invisible and move like ghosts, cannot take damage while invsible
//Don't hear deadchat and are NOT normal ghosts
@@ -173,5 +170,3 @@
else
user << "<span class='info'>Lost [essence_amt]E.</span>"
return 1
*/
@@ -1,4 +1,3 @@
/*
//Harvest Essence: The bread and butter of the revenant. The basic way of harvesting additional essence.
/obj/effect/proc_holder/spell/targeted/revenant_harvest
name = "Harvest (0E)"
@@ -337,4 +336,3 @@
M.drowsyness += 7
spawn(70)
M.sleeping += 30
*/
@@ -1,8 +1,7 @@
/*
/datum/round_event_control/revenant
name = "Spawn Revenant"
typepath = /datum/round_event/revenant
weight = 15
weight = 0 //Admin only
max_occurrences = 3
earliest_start = 0 //Meant to mix things up early-game.