forked from MarseyWorld/MarseyWorld
reduce chud award price from 2500 to 500
parent
26b469c361
commit
e794eb93a7
|
@ -786,6 +786,14 @@ AWARDS = {
|
||||||
"color": "text-green",
|
"color": "text-green",
|
||||||
"price": 150
|
"price": 150
|
||||||
},
|
},
|
||||||
|
"agendaposter": {
|
||||||
|
"kind": "agendaposter",
|
||||||
|
"title": "Chud",
|
||||||
|
"description": "Forces the chud theme on the recipient for 24 hours.",
|
||||||
|
"icon": "fas fa-snooze",
|
||||||
|
"color": "text-purple",
|
||||||
|
"price": 500
|
||||||
|
},
|
||||||
"rehab": {
|
"rehab": {
|
||||||
"kind": "rehab",
|
"kind": "rehab",
|
||||||
"title": "Rehab",
|
"title": "Rehab",
|
||||||
|
@ -874,14 +882,6 @@ AWARDS = {
|
||||||
"color": "text-brown",
|
"color": "text-brown",
|
||||||
"price": 2000
|
"price": 2000
|
||||||
},
|
},
|
||||||
"agendaposter": {
|
|
||||||
"kind": "agendaposter",
|
|
||||||
"title": "Chud",
|
|
||||||
"description": "Forces the chud theme on the recipient for 24 hours.",
|
|
||||||
"icon": "fas fa-snooze",
|
|
||||||
"color": "text-purple",
|
|
||||||
"price": 2500
|
|
||||||
},
|
|
||||||
"deflector": {
|
"deflector": {
|
||||||
"kind": "deflector",
|
"kind": "deflector",
|
||||||
"title": "Deflector",
|
"title": "Deflector",
|
||||||
|
|
Loading…
Reference in New Issue