1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

sistemata l'inflazione

This commit is contained in:
Steffo 2018-07-13 03:44:39 +02:00
parent c81b153458
commit b75f0c32df

View file

@ -434,7 +434,7 @@ def cmd_wheel(bot: Bot, update: Update):
session.close()
return
user.royal.fiorygi -= 1
r = random.randrange(10)
r = random.randrange(20)
if r == 9:
bot.send_message(update.message.chat.id, "☸️ La ruota della fortuna gira, e si ferma su x8!\n"
"Hai ottenuto 8 fiorygi!")