randomize content of chests and potions
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user