wip
Alpha Chen 9 years ago
parent 939a723ec2
commit 8d12d532cd

@ -60,6 +60,9 @@ class Simulation
spell = spells.shift
throw :done if spell.nil?
self.player.hp -= 1
throw :done if self.player.hp <= 0
self.apply_effects
self.cast(spell)
self.check!

Loading…
Cancel
Save