forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-28 04:43:03 +02:00
parent 27133859de
commit f69f4fc0da
1 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@ if SITE_NAME == 'PCM':
"title": "Toe Hype", "title": "Toe Hype",
"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-blue",
"price": 500 "price": 500
}, },
"crab": { "crab": {
@ -559,7 +559,7 @@ if SITE_NAME == 'PCM':
"title": "crab", "title": "crab",
"description": "Rave time!", "description": "Rave time!",
"icon": "fas fa-crab", "icon": "fas fa-crab",
"color": "text-gold", "color": "text-red",
"price": 4000 "price": 4000
} }
} }