noves coses chules en la clase text

This commit is contained in:
2025-08-17 14:25:17 +02:00
parent fe0083abd4
commit ff2a51a507
7 changed files with 184 additions and 19 deletions

View File

@@ -687,7 +687,8 @@ void Game::renderItems() {
// Devuelve un item al azar y luego segun sus probabilidades
auto Game::dropItem() -> ItemType {
const auto LUCKY_NUMBER = rand() % 100;
//const auto LUCKY_NUMBER = rand() % 100;
const auto LUCKY_NUMBER = 0;
const auto ITEM = rand() % 6;
switch (ITEM) {