Skip to content

Commit

Permalink
reduce the orbrun spawn rate. May compensate by buffing the actual sp…
Browse files Browse the repository at this point in the history
…awns later, but orbrun hell is too brutal at the moment
  • Loading branch information
Hellmonk committed Mar 19, 2017
1 parent ad4acab commit a646b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/dungeon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ void dgn_reset_level(bool enable_random_maps)
}
else if (player_on_orb_run() && !player_in_branch(BRANCH_ABYSS))
{
env.spawn_random_rate = 240; // make the orbrun great again
env.spawn_random_rate = 420; // make the orbrun great again
}
else if (player_in_connected_branch())
env.spawn_random_rate = 0; //ood spawning is actually not a good mechanic
Expand Down

0 comments on commit a646b79

Please sign in to comment.