diff --git a/src/Mobs/Rabbit.cpp b/src/Mobs/Rabbit.cpp index 7b873da33..cf49d2744 100644 --- a/src/Mobs/Rabbit.cpp +++ b/src/Mobs/Rabbit.cpp @@ -32,7 +32,3 @@ void cRabbit::GetDrops(cItems & a_Drops, cEntity * a_Killer) AddRandomRareDropItem(a_Drops, RareDrops, LootingLevel); } - - - - diff --git a/src/Mobs/Rabbit.h b/src/Mobs/Rabbit.h index 5ea03d09b..e86c85579 100644 --- a/src/Mobs/Rabbit.h +++ b/src/Mobs/Rabbit.h @@ -21,4 +21,4 @@ public: virtual const cItem GetFollowedItem(void) const override { return cItem(E_ITEM_CARROT); } -} ; \ No newline at end of file +} ;