diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Silverfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Silverfish.h b/src/Mobs/Silverfish.h index c234573ba..c6a4cb49a 100644 --- a/src/Mobs/Silverfish.h +++ b/src/Mobs/Silverfish.h @@ -14,7 +14,7 @@ class cSilverfish : public: cSilverfish(void) : - super("Silverfish", mtSilverfish, "entity.silverfish.hurt", "entity.silverfish.death", 0.3, 0.4) + super("Silverfish", mtSilverfish, "entity.silverfish.hurt", "entity.silverfish.death", "entity.silverfish.ambient", 0.3, 0.4) { } |