1
Fork 0
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:
Steffo 2016-01-20 21:47:17 +01:00
parent ea2b38b437
commit 9ba0bb62eb

4
bot.py
View file

@ -220,7 +220,7 @@ while True:
r['playerClass'] = "Neutral"
# Nessun effetto
if 'text' not in r:
r['text'] = "_Nessun effetto._"
r['text'] = ""
# HTML nella descrizione
r['text'].replace("<b>", "*")
r['text'].replace("</b>", "*")
@ -232,7 +232,7 @@ while True:
r['rarity'] = "None"
# Nessuna descrizione
if 'flavor' not in r:
r['flavor'] = "Nessuna descrizione."
r['flavor'] = ""
# Testo principale
text = None
# Magie