increase house awards price from 400 to 500

master
Aevann 2023-02-18 16:24:55 +02:00
parent 1e3f5eddff
commit a167059ab8
1 changed files with 4 additions and 4 deletions

View File

@ -774,7 +774,7 @@ HOUSE_AWARDS = {
"description": "OwOifies the recipient's comments for 6 hours.",
"icon": "fas fa-paw-simple",
"color": "text-purple",
"price": 400,
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
@ -785,7 +785,7 @@ HOUSE_AWARDS = {
"description": "Makes the recipient's comments and posts in rainbow text for 24 hours.",
"icon": "fas fa-cloud-rainbow",
"color": "text-pink",
"price": 400,
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
@ -796,7 +796,7 @@ HOUSE_AWARDS = {
"description": "Turns the recipient into a vampire for 2 days.",
"icon": "fas fa-bat",
"color": "text-gray",
"price": 400,
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,
@ -807,7 +807,7 @@ HOUSE_AWARDS = {
"description": "Checks the recipient's Early Life section on Wikipedia. Notices.",
"icon": "fas fa-star-of-david",
"color": "text-yellow",
"price": 400,
"price": 500,
"deflectable": True,
"cosmetic": False,
"ghost": False,