Now chicken drop eggs
This commit is contained in:
parent
4d7695549a
commit
20d9886847
@ -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;
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user