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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/Mobs/Silverfish.h b/source/Mobs/Silverfish.h
index 4e4fbd11c..24a9cf38b 100644
--- a/source/Mobs/Silverfish.h
+++ b/source/Mobs/Silverfish.h
@@ -13,7 +13,10 @@ class cSilverfish :
typedef cAggressiveMonster super;
public:
- cSilverfish(void);
+ cSilverfish(void) :
+ super("Silverfish", 60, "mob.silverfish.hit", "mob.silverfish.kill")
+ {
+ }
CLASS_PROTODEF(cSilverfish);
} ;