mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Tolte scritte inutili
This commit is contained in:
parent
ea2b38b437
commit
9ba0bb62eb
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
@ -220,7 +220,7 @@ while True:
|
||||||
r['playerClass'] = "Neutral"
|
r['playerClass'] = "Neutral"
|
||||||
# Nessun effetto
|
# Nessun effetto
|
||||||
if 'text' not in r:
|
if 'text' not in r:
|
||||||
r['text'] = "_Nessun effetto._"
|
r['text'] = ""
|
||||||
# HTML nella descrizione
|
# HTML nella descrizione
|
||||||
r['text'].replace("<b>", "*")
|
r['text'].replace("<b>", "*")
|
||||||
r['text'].replace("</b>", "*")
|
r['text'].replace("</b>", "*")
|
||||||
|
@ -232,7 +232,7 @@ while True:
|
||||||
r['rarity'] = "None"
|
r['rarity'] = "None"
|
||||||
# Nessuna descrizione
|
# Nessuna descrizione
|
||||||
if 'flavor' not in r:
|
if 'flavor' not in r:
|
||||||
r['flavor'] = "Nessuna descrizione."
|
r['flavor'] = ""
|
||||||
# Testo principale
|
# Testo principale
|
||||||
text = None
|
text = None
|
||||||
# Magie
|
# Magie
|
||||||
|
|
Loading…
Reference in a new issue