diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 12:50:49 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-10-26 12:50:49 +0000 |
commit | eb0f92fe8d919d3c98fbc4294c582514454dab99 (patch) | |
tree | 04c3deac433700ad5838237ae02acda40633fe76 /ChangeLog | |
parent | 60e1a82ed7d92f462238bf1666a14e6774d34a30 (diff) | |
download | mana-eb0f92fe8d919d3c98fbc4294c582514454dab99.tar.gz mana-eb0f92fe8d919d3c98fbc4294c582514454dab99.tar.bz2 mana-eb0f92fe8d919d3c98fbc4294c582514454dab99.tar.xz mana-eb0f92fe8d919d3c98fbc4294c582514454dab99.zip |
Implemented monster hurt sounds and added new sound effects by Cosmostrator.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ for the chatlog (length set by the config option "ChatLogLength"). * src/chat.cpp, src/chat.h: Removed some completely useless code from the chat class. + * src/monster.cpp, src/monster.h, data/sfx/logmonster-hurt1.ogg, + data/sfx/logmonster-hurt2.ogg, data/sfx/logmonster-hurt3.ogg, + data/sfx/logmonster-hurt4.ogg, data/sfx/logmonster-hurt5.ogg: + Implemented monster hurt sounds and added new sound effects by + Cosmostrator. 2007-10-24 Philipp Sehmisch <tmw@crushnet.org> |