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 -1
View File
@@ -205,6 +205,7 @@ void VillagerGolem::playStepSound(int xt, int yt, int zt, int t)
playSound(eSoundType_MOB_IRONGOLEM_WALK, 1, 1);
}
/*
void VillagerGolem::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
{
int roses = random->nextInt(3);
@@ -217,7 +218,7 @@ void VillagerGolem::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
{
spawnAtLocation(Item::iron_ingot_Id, 1);
}
}
}*/
int VillagerGolem::getOfferFlowerTick()
{