summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Silverfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Silverfish.h')
-rw-r--r--source/Mobs/Silverfish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Silverfish.h b/source/Mobs/Silverfish.h
index d632ac169..a6e11c49d 100644
--- a/source/Mobs/Silverfish.h
+++ b/source/Mobs/Silverfish.h
@@ -14,7 +14,7 @@ class cSilverfish :
public:
cSilverfish(void) :
- super("Silverfish", 60, "mob.silverfish.hit", "mob.silverfish.kill", 0.3, 0.7)
+ super("Silverfish", mtSilverfish, "mob.silverfish.hit", "mob.silverfish.kill", 0.3, 0.7)
{
}