Replaces hijack with an open-ended objective to wreck some shit up

This commit is contained in:
FreeStylaLT
2016-07-17 16:40:54 +03:00
parent 45df59e091
commit deccfd6a24
2 changed files with 10 additions and 5 deletions
+7 -1
View File
@@ -845,4 +845,10 @@ var/list/potential_theft_objectives=subtypesof(/datum/theft_objective) \
target = /obj/item/device/flash
target_amount = 6
itemname = "six flashes"
explanation_text = "We are running low on spare parts. Trade for [itemname]."
explanation_text = "We are running low on spare parts. Trade for [itemname]."
//wizard
/datum/objective/wizchaos
explanation_text = "Wreak havoc upon the station as much you can. Send those wandless Nanotrasen scum a message!"
completed = 1
+3 -4
View File
@@ -67,10 +67,9 @@
set_antag_hud(wiz_mind.current, null)
/datum/game_mode/proc/forge_wizard_objectives(var/datum/mind/wizard)
if(!(locate(/datum/objective/hijack) in wizard.objectives))
var/datum/objective/hijack/hijack_objective = new
hijack_objective.owner = wizard
wizard.objectives += hijack_objective
var/datum/objective/wizchaos/wiz_objective = new
wiz_objective.owner = wizard
wizard.objectives += wiz_objective
return