randomize content of chests and potions

This commit is contained in:
2024-10-21 08:27:55 +02:00
parent b3d85ac7b3
commit 8dfe56a3c2
5 changed files with 9 additions and 8 deletions

View File

@@ -164,7 +164,6 @@ impl Game {
match m {
None => {}
Some(m) => {
// TODO fight the monster
let player_dmg = self.player.damage();
m.decrease_life(player_dmg);
if m.is_dead() {