Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wallabra committed Jan 19, 2022
1 parent 8d8979a commit 4ca9a82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

export name="Mush Match"
export package=MushMatch
export version=1.3.3
export build=20220310
export debug=1
export version=1.3.2
export build=20220311
export debug=0

# It is most likely unnecessary to edit the below defaults. The scripts
# in the build/ subdirectory provide a sufficiently predictable build environment.
Expand Down
5 changes: 4 additions & 1 deletion latest-changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Changelog

Implemented changes in Mush Match **v1.3.2** listed below.

* Never allow any damage through if mush are not selected yet
* Prevent scoring for killing monsters and other non-players
* Allow building on Linux without requiring the manual installation of Go and Mustache
* Finally remove vestigial class ArenaMush
* Finally remove vestigial class ArenaMush, the arena compatibility mutator
* Change the default behaviour for a human's a negative contribution score (e.g. for teamkilling) to become zero, rather than positive, after infection
* Clean up and fix suspicion related code
* Tweak suspicion related chances and the specific circumstances which impact them

0 comments on commit 4ca9a82

Please sign in to comment.