diff options
Diffstat (limited to 'src/Mobs/Silverfish.h')
-rw-r--r-- | src/Mobs/Silverfish.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Mobs/Silverfish.h b/src/Mobs/Silverfish.h index 78137701a..a9d3d2860 100644 --- a/src/Mobs/Silverfish.h +++ b/src/Mobs/Silverfish.h @@ -18,11 +18,8 @@ public: Super("Silverfish", mtSilverfish, "entity.silverfish.hurt", "entity.silverfish.death", "entity.silverfish.ambient", 0.3, 0.4) { } + CLASS_PROTODEF(cSilverfish) virtual bool DoTakeDamage(TakeDamageInfo & a_TDI) override; } ; - - - - |