diff --git a/src/game/chest.rs b/src/game/chest.rs index 22f21e61..d0a390d9 100644 --- a/src/game/chest.rs +++ b/src/game/chest.rs @@ -35,7 +35,7 @@ impl Chest { let mut chest = Self::default(); if gold_chest { - chest.gold = random().gold_gained(game.player.level * 200) + chest.gold = random().gold_gained(game.player.level * 50) } if equipment_chest {