mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
deskface
This commit is contained in:
parent
1726a67f21
commit
4a64a50796
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ while(True):
|
||||||
#elif(v == 2):
|
#elif(v == 2):
|
||||||
#Non succede nulla. Per ora.
|
#Non succede nulla. Per ora.
|
||||||
elif(v == 3):
|
elif(v == 3):
|
||||||
x = str(random.randint(1, 10)
|
x = str(random.randint(1, 10))
|
||||||
racconto("Ahi, che male! La vostra intelligenza aumenta di " + x + " punti.")
|
racconto("Ahi, che male! La vostra intelligenza aumenta di " + x + " punti.")
|
||||||
vita(-10)
|
vita(-10)
|
||||||
#Coso buttato lì perchè non mi viene in mente un modo migliore per fare the end. Eh, vabbè.
|
#Coso buttato lì perchè non mi viene in mente un modo migliore per fare the end. Eh, vabbè.
|
||||||
|
|
Loading…
Reference in a new issue