Skip to content

Commit 4d8d9b5

Browse files
committed
fix(plugin26): update win reasons and temporarily remove umlauts
until I can properly test on a windows device what's up with the encoding
1 parent a9daf6a commit 4d8d9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin2026/src/main/kotlin/sc/plugin2026/util/GamePlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import sc.shared.*
1111

1212
@XStreamAlias(value = "winreason")
1313
enum class PiranhasWinReason(override val message: String, override val isRegular: Boolean = true): IWinReason {
14-
SOLE_SWARM("%s hat als einziger einen zusammenhängenden Schwarm"),
15-
BIGGER_SWARM("%s hat den größeren Schwarm"),
14+
BIGGER_SWARM("%s hat den groesseren zusammenhaengenden Schwarm"),
15+
FIRST_UNION("%s hat zuerst alle Fische einer Farbe vereinigt"),
1616
}
1717

1818
class GamePlugin: IGamePlugin<Move> {

0 commit comments

Comments
 (0)