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
@@ -182,6 +182,7 @@ bool Blaze::isOnFire()
return isCharged();
}
/*
void Blaze::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
{
if (wasKilledByPlayer)
@@ -199,6 +200,7 @@ void Blaze::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
}
}
}
*/
bool Blaze::isCharged()
{