Update wizard.dm

This commit is contained in:
Alex6511
2015-08-15 04:04:02 -04:00
parent 780cc34d6e
commit 8d131e664e
+12 -12
View File
@@ -42,7 +42,7 @@
/datum/game_mode/wizard/pre_setup()
for(var/datum/mind/wiz in wizards)
wiz.current.loc = pick(wizardstart)
wiz.current.loc = pick(wizardstart)io
return 1
@@ -81,17 +81,6 @@
escape_objective.owner = wizard
wizard.objectives += escape_objective
if(31 to 60)
var/datum/objective/steal/steal_objective = new
steal_objective.owner = wizard
steal_objective.find_target()
wizard.objectives += steal_objective
if (!(locate(/datum/objective/hijack) in wizard.objectives))
var/datum/objective/hijack/hijack_objective = new
hijack_objective.owner = wizard
wizard.objectives += hijack_objective
if(61 to 85)
var/datum/objective/assassinate/kill_objective = new
kill_objective.owner = wizard
kill_objective.find_target()
@@ -107,6 +96,17 @@
survive_objective.owner = wizard
wizard.objectives += survive_objective
if(61 to 85)
var/datum/objective/steal/steal_objective = new
steal_objective.owner = wizard
steal_objective.find_target()
wizard.objectives += steal_objective
if (!(locate(/datum/objective/hijack) in wizard.objectives))
var/datum/objective/hijack/hijack_objective = new
hijack_objective.owner = wizard
wizard.objectives += hijack_objective
else
var/datum/objective/steal/steal_objective = new
steal_objective.owner = wizard