Skip to content

Commit

Permalink
updated health values for ballancing
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsur1017 committed Dec 20, 2021
1 parent 06c68f1 commit 0d55ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def initialize (name, defense, strength, luck)
@defense = defense
@strength = strength
@luck = luck
@life = rand(100)
@life = rand(80..100)
end
def name
return @name
Expand Down

0 comments on commit 0d55ada

Please sign in to comment.