forked from rDrama/rDrama
1
0
Fork 0

reduce the price of 3 fistmas awards from 300 to 100 and reduce fistmas lootbox price from 1000 to 300

master
Aevann 2023-12-01 22:12:16 +02:00
parent 0ced570078
commit 048e8969a9
1 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ AWARDS = {
"description": "???",
"icon": "fas fa-box-open",
"color": "text-blue",
"price": 1000,
"price": 300 if IS_FISTMAS() else 1000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
@ -129,7 +129,7 @@ AWARDS = {
"description": "???",
"icon": "fas fa-snowflake",
"color": "text-lightblue",
"price": 300,
"price": 100,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -143,7 +143,7 @@ AWARDS = {
"description": "???",
"icon": "fas fa-gingerbread-man",
"color": "text-brown",
"price": 300,
"price": 100,
"deflectable": False,
"cosmetic": True,
"ghost": True,
@ -157,7 +157,7 @@ AWARDS = {
"description": "???",
"icon": "fas fa-lights-holiday",
"color": "text-success",
"price": 300,
"price": 100,
"deflectable": False,
"cosmetic": True,
"ghost": True,