Merge pull request #2844 from CIB/master

Removing hijack means less bloodshed, plus we already admin change it whenever it pops up.
This commit is contained in:
Asanadas
2013-05-23 15:13:19 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@
steal_objective.find_target()
traitor.objectives += steal_objective
switch(rand(1,100))
if(1 to 90)
if(1 to 100)
if (!(locate(/datum/objective/escape) in traitor.objectives))
var/datum/objective/escape/escape_objective = new
escape_objective.owner = traitor

View File

@@ -87,7 +87,7 @@
escape_objective.owner = wizard
wizard.objectives += escape_objective
if(61 to 85)
if(61 to 100)
var/datum/objective/assassinate/kill_objective = new
kill_objective.owner = wizard
kill_objective.find_target()