Extend ghost award prohibition to HOUSE_AWARDS.

pull/2/head
Snakes 2022-11-21 16:25:47 -05:00
parent ad55593257
commit 94e0e2fb5d
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 8 additions and 4 deletions

View File

@ -1314,7 +1314,8 @@ HOUSE_AWARDS = {
"color": "text-purple",
"price": 400,
"deflectable": True,
"cosmetic": False
"cosmetic": False,
"ghost": False,
},
"Femboy": {
"kind": "Femboy",
@ -1324,7 +1325,8 @@ HOUSE_AWARDS = {
"color": "text-pink",
"price": 400,
"deflectable": True,
"cosmetic": False
"cosmetic": False,
"ghost": False,
},
"Vampire": {
"kind": "Vampire",
@ -1334,7 +1336,8 @@ HOUSE_AWARDS = {
"color": "text-gray",
"price": 400,
"deflectable": True,
"cosmetic": False
"cosmetic": False,
"ghost": False,
},
"Racist": {
"kind": "Racist",
@ -1344,7 +1347,8 @@ HOUSE_AWARDS = {
"color": "text-yellow",
"price": 400,
"deflectable": True,
"cosmetic": False
"cosmetic": False,
"ghost": False,
},
}