forked from MarseyWorld/MarseyWorld
increase marsify price from 150 to 300
parent
593b25d86a
commit
b4ee5cc67b
|
@ -311,18 +311,6 @@ AWARDS = {
|
|||
},
|
||||
|
||||
### Standard
|
||||
"marsify": {
|
||||
"kind": "marsify",
|
||||
"title": "Marsify",
|
||||
"description": "Marsifies the recipient's comments for 24 hours.",
|
||||
"icon": "fas fa-cat",
|
||||
"color": "text-white",
|
||||
"price": 150,
|
||||
"deflectable": True,
|
||||
"cosmetic": False,
|
||||
"ghost": False,
|
||||
"enabled": True,
|
||||
},
|
||||
"shit": {
|
||||
"kind": "shit",
|
||||
"title": "Shit",
|
||||
|
@ -443,6 +431,18 @@ AWARDS = {
|
|||
"ghost": True,
|
||||
"enabled": True,
|
||||
},
|
||||
"marsify": {
|
||||
"kind": "marsify",
|
||||
"title": "Marsify",
|
||||
"description": "Marsifies the recipient's comments for 24 hours.",
|
||||
"icon": "fas fa-cat",
|
||||
"color": "text-white",
|
||||
"price": 300,
|
||||
"deflectable": True,
|
||||
"cosmetic": False,
|
||||
"ghost": False,
|
||||
"enabled": True,
|
||||
},
|
||||
"rehab": {
|
||||
"kind": "rehab",
|
||||
"title": "Rehab",
|
||||
|
|
Loading…
Reference in New Issue