Now chicken drop eggs

master
tonibm19 2013-11-08 14:04:41 +01:00
parent 4d7695549a
commit 20d9886847
1 changed files with 6 additions and 1 deletions

View File

@ -18,8 +18,13 @@ public:
CLASS_PROTODEF(cChicken);
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
private:
int m_DropEggCount;
} ;