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.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/source/Mobs/Silverfish.h b/source/Mobs/Silverfish.h
deleted file mode 100644
index a6e11c49d..000000000
--- a/source/Mobs/Silverfish.h
+++ /dev/null
@@ -1,26 +0,0 @@
-
-#pragma once
-
-#include "AggressiveMonster.h"
-
-
-
-
-
-class cSilverfish :
- public cAggressiveMonster
-{
- typedef cAggressiveMonster super;
-
-public:
- cSilverfish(void) :
- super("Silverfish", mtSilverfish, "mob.silverfish.hit", "mob.silverfish.kill", 0.3, 0.7)
- {
- }
-
- CLASS_PROTODEF(cSilverfish);
-} ;
-
-
-
-