Skip to content

Commit

Permalink
Merge branch 'Bubberstation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO authored Nov 2, 2024
2 parents 0a07bef + 089ea80 commit fd94fc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
11 changes: 0 additions & 11 deletions config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ endmap

##SKYRAT MAPS##

map blueshift
votable
endmap

map voidraptor
votable
endmap
Expand All @@ -75,10 +71,6 @@ map biodome
votable
endmap

map limastation
votable
endmap

##BUBBERSTATION MAPS##

map boxstation
Expand All @@ -89,9 +81,6 @@ map moonstation
votable
endmap

map ss13_construct
endmap

map kilostation
votable
endmap
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-2316.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "TealSeer"
delete-after: True
changes:
- config: "Removed config entries for archived maps"
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-2319.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "TealSeer"
delete-after: True
changes:
- bugfix: "find_and_buy_event_from_track should no longer randomly fail."
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@
///If the event has occured already, apply a penalty multiplier based on amount of occurences
weight_total -= event.reoccurence_penalty_multiplier * weight_total * (1 - (event_repetition_multiplier ** occurences))
/// Write it
event.calculated_weight = weight_total
event.calculated_weight = round(weight_total, 1)

0 comments on commit fd94fc3

Please sign in to comment.