forked from MarseyWorld/MarseyWorld
reduce chud award cost from 2500 to 1000 (but not advertising that this time)
parent
380e91e9c4
commit
4f491d5ef7
|
@ -942,6 +942,16 @@ AWARDS = {
|
|||
"deflectable": True,
|
||||
"cosmetic": False
|
||||
},
|
||||
"agendaposter": {
|
||||
"kind": "agendaposter",
|
||||
"title": "Chud",
|
||||
"description": "Chuds the recipient for 24 hours.",
|
||||
"icon": "fas fa-snooze",
|
||||
"color": "text-purple",
|
||||
"price": 1000,
|
||||
"deflectable": True,
|
||||
"cosmetic": False
|
||||
},
|
||||
"offsitementions": {
|
||||
"kind": "offsitementions",
|
||||
"title": "Y'all Seein' Eye",
|
||||
|
@ -1042,16 +1052,6 @@ AWARDS = {
|
|||
"deflectable": True,
|
||||
"cosmetic": False
|
||||
},
|
||||
"agendaposter": {
|
||||
"kind": "agendaposter",
|
||||
"title": "Chud",
|
||||
"description": "Chuds the recipient for 24 hours.",
|
||||
"icon": "fas fa-snooze",
|
||||
"color": "text-purple",
|
||||
"price": 2500,
|
||||
"deflectable": True,
|
||||
"cosmetic": False
|
||||
},
|
||||
"deflector": {
|
||||
"kind": "deflector",
|
||||
"title": "Deflector",
|
||||
|
|
Loading…
Reference in New Issue