making permassassin scale with dynamic

This commit is contained in:
Putnam
2020-02-03 08:11:03 -08:00
parent 88ce25a09b
commit e4e5b651e6
@@ -191,7 +191,7 @@
maroon_objective.owner = owner
maroon_objective.find_target()
add_objective(maroon_objective)
else if(prob(30))
else if(prob(max(0,assassin_prob-20)))
var/datum/objective/assassinate/kill_objective = new
kill_objective.owner = owner
kill_objective.find_target()