Removed the supermatter objective; made sabotage objectives less common.

This commit is contained in:
Putnam
2020-09-19 22:45:32 -07:00
parent 16430dab4c
commit 556a69ac78
2 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@
download_objective.owner = T.owner
download_objective.gen_amount_goal()
T.add_objective(download_objective)
else if(prob(70)) // cum. not counting download: 40%.
else if(prob(90))
var/datum/objective/steal/steal_objective = new
steal_objective.owner = T.owner
steal_objective.find_target()