Removing useless line

This commit is contained in:
wr34k 2018-06-28 10:40:25 +02:00
parent 0761198e6d
commit e5eae1359a

View File

@ -208,7 +208,6 @@ class Fight(object):
realdmg = (random.random() * dmg) + mindmg
text = self.prettyTxt(attacker, defender, texts)
defender.hp -= realdmg
if (random.random() * 100) < fallchance: # defender falls down?