1
0

implement breeding

This commit is contained in:
Gargaj
2015-11-29 19:13:31 +01:00
parent 93afb6398d
commit 4ae3b64b07
11 changed files with 209 additions and 19 deletions

View File

@@ -39,6 +39,8 @@ void cPig::GetDrops(cItems & a_Drops, cEntity * a_Killer)
void cPig::OnRightClicked(cPlayer & a_Player)
{
super::OnRightClicked(a_Player);
if (m_bIsSaddled)
{
if (m_Attachee != nullptr)