v
This commit is contained in:
parent
18087a101c
commit
e70acc6dbc
1 changed files with 3 additions and 3 deletions
|
@ -563,7 +563,7 @@ if SITE_NAME == 'PCM':
|
||||||
"description": "Summons Croag on the post.",
|
"description": "Summons Croag on the post.",
|
||||||
"icon": "fas fa-head-side",
|
"icon": "fas fa-head-side",
|
||||||
"color": "text-gold",
|
"color": "text-gold",
|
||||||
"price": 300
|
"price": 500
|
||||||
},
|
},
|
||||||
"toe": {
|
"toe": {
|
||||||
"kind": "toe",
|
"kind": "toe",
|
||||||
|
@ -571,7 +571,7 @@ if SITE_NAME == 'PCM':
|
||||||
"description": "Summons Blade's toe on the post.",
|
"description": "Summons Blade's toe on the post.",
|
||||||
"icon": "fas fa-socks",
|
"icon": "fas fa-socks",
|
||||||
"color": "text-gold",
|
"color": "text-gold",
|
||||||
"price": 300
|
"price": 500
|
||||||
},
|
},
|
||||||
"crab": {
|
"crab": {
|
||||||
"kind": "crab",
|
"kind": "crab",
|
||||||
|
@ -579,7 +579,7 @@ if SITE_NAME == 'PCM':
|
||||||
"description": "Rave time!",
|
"description": "Rave time!",
|
||||||
"icon": "fas fa-glass-cheers",
|
"icon": "fas fa-glass-cheers",
|
||||||
"color": "text-gold",
|
"color": "text-gold",
|
||||||
"price": 300
|
"price": 4000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AWARDS = {**PCM_AWARDS, **AWARDS}
|
AWARDS = {**PCM_AWARDS, **AWARDS}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue