Update set.py

This commit is contained in:
Sarasayed0118 2024-04-07 05:55:21 +05:30 committed by GitHub
parent f8094df459
commit bfec5ae888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ questionDelay = 10 #60 #seconds
# #
availablecommands = {'nv': 100, availablecommands = {'nv': 100,
'box': 30, 'box': 30,
'boxall': 60, 'box all': 60,
'spaz': 50, 'spaz': 50,
'spazall': 100, 'spazall': 100,
'inv': 40, 'inv': 40,
@ -38,23 +38,23 @@ availablecommands = {'nv': 100,
'sleep': 40, 'sleep': 40,
'sleep all': 80, 'sleep all': 80,
'thaw': 50, 'thaw': 50,
'thawall': 70, 'thaw all': 70,
'kill': 80, 'kill': 80,
'kill all': 150, 'kill all': 150,
'end': 100, 'end': 100,
'hug': 60, 'hug': 60,
'hugall': 100, 'hugall': 100,
'tint': 90,
'sm': 50, 'sm': 50,
'fly': 50, 'fly': 50,
'flyall': 100, 'ice': 60,
'ice all': 80,
'fly all': 100,
'curse': 50, 'curse': 50,
'curseall': 100, 'curse all': 100,
'heal': 50, 'heal': 50,
'healall': 70, 'heal all': 70,
'gm': 200, 'gm': 200,
'customtag': 250 'customtag': 3000}
}
@ -84,5 +84,3 @@ availableeffects = {'ice': 500,
# #
# #
# #
tags = {'tag': 10000}