Tweaked traitor probabilities

This commit is contained in:
alex-gh
2014-04-18 07:20:59 +02:00
parent 94d649dbe6
commit d30973b932
+2 -2
View File
@@ -96,12 +96,12 @@
else
switch(rand(1,100))
if(1 to 25)
if(1 to 30)
var/datum/objective/assassinate/kill_objective = new
kill_objective.owner = traitor
kill_objective.find_target()
traitor.objectives += kill_objective
if(26 to 40)
if(31 to 40)
var/datum/objective/debrain/debrain_objective = new
debrain_objective.owner = traitor
debrain_objective.find_target()