mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
halloween remove
This commit is contained in:
parent
3fa21a06a2
commit
8f7706f20b
1 changed files with 7 additions and 7 deletions
14
cast.py
14
cast.py
|
@ -39,13 +39,13 @@ def cast(spell_name: str, target_name: str, platform: str) -> str:
|
|||
total *= crit
|
||||
else:
|
||||
crit_msg = ""
|
||||
# HALLOWEEN
|
||||
if total >= 800:
|
||||
return f"❇️ Ho lanciato <b>{spell}</b> su " \
|
||||
f"<i>{target_name}</i>.\n" \
|
||||
f"{crit_msg}" \
|
||||
f"...ma non succede nulla."
|
||||
# END
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if platform == "telegram":
|
||||
if dmg_dice == 10 and dmg_max == 100 and dmg_mod == 20:
|
||||
return f"❇️‼️ Ho lanciato <b>{spell}</b> su " \
|
||||
|
|
Loading…
Reference in a new issue