feat: loot tables (#43)

self-explanatory

Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/43
This commit is contained in:
Fireblade
2026-07-12 02:05:06 +01:00
parent 0449af2be6
commit 54528fac16
146 changed files with 6397 additions and 1277 deletions
+2
View File
@@ -80,6 +80,7 @@ int Cow::getDeathLoot()
return Item::leather->id;
}
/*
void Cow::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
{
// drop some leather
@@ -102,6 +103,7 @@ void Cow::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
}
}
}
*/
bool Cow::mobInteract(shared_ptr<Player> player)
{