Skip to content

Commit

Permalink
quick fix for duplicate messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jecowa committed Apr 6, 2020
1 parent a39c1a7 commit 80c4dc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autoUpdater.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
<file name="welldry.mp3" sha1="569416bea6f6fc2552f2c2b332726129537a8bb9" size="25623"/>
<file name="winter.mp3" sha1="f3da7b54d03088119344d779a3146de585f6766e" size="23115"/>
</directory>
<file name="toikkus.xml" sha1="99d87f11a24637a1b6418ab26ebfca062d77dae3" size="8116"/>
<file name="toikkus.xml" sha1="15c1abb7453f5fcddcca35abb6ae23386f8fcb22" size="8116"/>
</directory>
<directory name="toikkus2_mini">
<file name="attacked1.mp3" sha1="bdfe1238a1217224ea668896573ee13d8ba29180" size="27709"/>
Expand Down
8 changes: 4 additions & 4 deletions toikkus/toikkus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<soundFile fileName="fort/needwater.mp3" />
</sound>

<sound logPattern="(.+) cancels (.+): (.+)\." concurency="5" channel="notices">
<!-- <sound logPattern="(.+) cancels (.+): (.+)\." concurency="5" channel="notices">
<soundFile fileName="dwarves/canceljob.mp3" />
</sound>
</sound> -->

<sound logPattern="(.+) has created (.+), a (.+)!" channel="notices">
<soundFile fileName="dwarves/dwarfartifact.mp3" />
Expand Down Expand Up @@ -122,9 +122,9 @@
<soundFile fileName="fort/invaders.mp3" />
</sound>

<sound logPattern="Some migrants have arrived\." channel="notices">
<!-- <sound logPattern="Some migrants have arrived\." channel="notices">
<soundFile fileName="fort/migrants.mp3" />
</sound>
</sound> -->

<sound logPattern="The fortress attracted no migrants this season\." channel="notices">
<soundFile fileName="fort/noarrivals.mp3" />
Expand Down

0 comments on commit 80c4dc0

Please sign in to comment.