mirror of
https://github.com/wr34k/IRCUFC.git
synced 2024-11-22 07:26:39 +00:00
Removing useless line
This commit is contained in:
parent
0761198e6d
commit
e5eae1359a
1
fight.py
1
fight.py
@ -208,7 +208,6 @@ class Fight(object):
|
|||||||
|
|
||||||
realdmg = (random.random() * dmg) + mindmg
|
realdmg = (random.random() * dmg) + mindmg
|
||||||
|
|
||||||
text = self.prettyTxt(attacker, defender, texts)
|
|
||||||
defender.hp -= realdmg
|
defender.hp -= realdmg
|
||||||
|
|
||||||
if (random.random() * 100) < fallchance: # defender falls down?
|
if (random.random() * 100) < fallchance: # defender falls down?
|
||||||
|
Loading…
Reference in New Issue
Block a user