mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
firefox
This commit is contained in:
parent
cdfc2ba08e
commit
9218e646ca
2 changed files with 6 additions and 4 deletions
2
cast.py
2
cast.py
|
@ -42,7 +42,7 @@ def cast(spell_name: str, target_name: str, platform: str, halloween_callback=No
|
|||
# HALLOWEEN
|
||||
if total >= 800:
|
||||
halloween_callback()
|
||||
return "❇️ Ho lanciato <b>{spell}</b> su " \
|
||||
return f"❇️ Ho lanciato <b>{spell}</b> su " \
|
||||
f"<i>{target_name}</i>.\n" \
|
||||
f"{crit_msg}" \
|
||||
f"...ma non succede nulla."
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
{% elif loop.index == 2 %}
|
||||
{# la zucca di balu e max #}
|
||||
<h2>
|
||||
<u title="updated">!</u> carve the ritual pumpkin
|
||||
<u title="updated">♦</u> carve the ritual pumpkin
|
||||
</h2>
|
||||
<div class="description">
|
||||
prepare a pumpkin, and empty its inside.<br>
|
||||
|
@ -127,12 +127,14 @@
|
|||
{% elif loop.index == 4 %}
|
||||
{# 1 #}
|
||||
<h2>
|
||||
uproot the evil
|
||||
<u title="updated">♦</u> uproot the evil
|
||||
</h2>
|
||||
<div class="description">
|
||||
listen to the sounds in here.<br>
|
||||
do you hear the evil that stole your voice?<br>
|
||||
answer it.
|
||||
answer it.<br>
|
||||
|
||||
<i>you might need a fiery fox.</i>
|
||||
</div>
|
||||
<form action="/voiceofevil" method="POST">
|
||||
<input name="solution" type="text" placeholder="?">
|
||||
|
|
Loading…
Reference in a new issue