Skip to content

Commit

Permalink
might as well bump up the chance
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Dec 21, 2024
1 parent 2440523 commit 0eb9ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/overmap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,8 @@ SUBSYSTEM_DEF(overmap)
can_be_selected_randomly = FALSE

/datum/overmap_star_system/shiptest/New(generate_now=TRUE)
//1/20 rounds
if(!prob(5))
//1/10 rounds
if(!prob(10))
return ..()

//Small easter egg so all these palletes doesn't go to waste in the event mines
Expand Down

0 comments on commit 0eb9ad9

Please sign in to comment.