diff options
Diffstat (limited to 'source/Mobs/Silverfish.cpp')
-rw-r--r-- | source/Mobs/Silverfish.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/source/Mobs/Silverfish.cpp b/source/Mobs/Silverfish.cpp deleted file mode 100644 index d62b7cc14..000000000 --- a/source/Mobs/Silverfish.cpp +++ /dev/null @@ -1,20 +0,0 @@ - -#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules - -#include "Silverfish.h" - - - - - -cSilverfish::cSilverfish(void) -{ - m_MobType = 60; - m_SoundHurt = "mob.silverfish.hit"; - m_SoundDeath = "mob.silverfish.kill"; - GetMonsterConfig("Silverfish"); -} - - - - |