mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Remove empty lines
This commit is contained in:
parent
8f7706f20b
commit
9f7010f142
1 changed files with 0 additions and 7 deletions
7
cast.py
7
cast.py
|
@ -39,13 +39,6 @@ def cast(spell_name: str, target_name: str, platform: str) -> str:
|
||||||
total *= crit
|
total *= crit
|
||||||
else:
|
else:
|
||||||
crit_msg = ""
|
crit_msg = ""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if platform == "telegram":
|
if platform == "telegram":
|
||||||
if dmg_dice == 10 and dmg_max == 100 and dmg_mod == 20:
|
if dmg_dice == 10 and dmg_max == 100 and dmg_mod == 20:
|
||||||
return f"❇️‼️ Ho lanciato <b>{spell}</b> su " \
|
return f"❇️‼️ Ho lanciato <b>{spell}</b> su " \
|
||||||
|
|
Loading…
Reference in a new issue