diff --git a/game/props/chest.rb b/game/props/chest.rb index 9690104..435a409 100644 --- a/game/props/chest.rb +++ b/game/props/chest.rb @@ -4,6 +4,6 @@ class Chest < Prop setup_sprites("assets/images/chest.png", 1) def resources - { wood: rand(0..64), metal: rand(0..16), science: rand(0..4) } + { wood: rand(2..64), metal: rand(1..16), science: rand(0..4) } end end \ No newline at end of file