forked from MarseyWorld/MarseyWorld
parent
5d09f4766a
commit
4698231213
|
@ -232,7 +232,6 @@
|
|||
.fa-droplet:before{content:"\f043"}
|
||||
.fa-person-rifle:before{content:"\e54e"}
|
||||
.fa-up:before{content:"\f357"}
|
||||
.fa-coconut:before{content:"\e2f6"}
|
||||
.fa-terminal:before{content:"\f120"}
|
||||
.fa-hand:before{content:"\f256"}
|
||||
|
||||
|
@ -7769,10 +7768,6 @@ tr:has(hideme) {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-coconut {
|
||||
color: #965a3e;
|
||||
}
|
||||
|
||||
audio {
|
||||
width: 500px;
|
||||
}
|
||||
|
|
|
@ -409,10 +409,10 @@ AWARDS = {
|
|||
### Standard
|
||||
"beano": {
|
||||
"kind": "beano",
|
||||
"title": "Coconut" if SITE_NAME == 'rDrama' else "Beano",
|
||||
"description": "You just fell out of a coconut tree" if SITE_NAME == 'rDrama' else "Makes the recipient not hear fart noises on the site.",
|
||||
"icon": "fas fa-coconut" if SITE_NAME == 'rDrama' else "fas fa-gas-pump-slash",
|
||||
"color": "text-coconut" if SITE_NAME == 'rDrama' else "text-green",
|
||||
"title": "Beano",
|
||||
"description": "Makes the recipient not hear fart noises on the site.",
|
||||
"icon": "fas fa-gas-pump-slash",
|
||||
"color": "text-green",
|
||||
"price": 100,
|
||||
"deflectable": True,
|
||||
"cosmetic": False,
|
||||
|
|
Loading…
Reference in New Issue