mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Pets should only have one name
This commit is contained in:
parent
fde005b2c8
commit
252b9a0448
1 changed files with 8 additions and 26 deletions
|
@ -149,32 +149,14 @@ module.exports.thangNames = thangNames =
|
|||
'Ofgar'
|
||||
'Randall'
|
||||
]
|
||||
'Raven Pet': [
|
||||
# Animal
|
||||
'Nevermore'
|
||||
'Poe'
|
||||
]
|
||||
'Cougar Pet': [
|
||||
# Animal
|
||||
'Kitty'
|
||||
]
|
||||
'Frog Pet': [
|
||||
# Animal
|
||||
'Bighead'
|
||||
'Bufo'
|
||||
'Bunda'
|
||||
'Dan\'l Webster'
|
||||
'Freddy'
|
||||
'Frogger'
|
||||
'Froggy'
|
||||
'Hypnotoad'
|
||||
'Mr. Toad'
|
||||
'Slippy'
|
||||
'Toada'
|
||||
'Trevor'
|
||||
'Wart'
|
||||
'Wei Qi'
|
||||
]
|
||||
# Pets only have one name
|
||||
'Raven Pet': ['Nevermore']
|
||||
'Cougar Pet': ['Kitty']
|
||||
'Frog Pet': ['Hypnotoad']
|
||||
'Griffin Pet': ['']
|
||||
'Pugicorn Pet': ['']
|
||||
'Polar Bear Pet': ['']
|
||||
'Wolf Pet': ['']
|
||||
'Horse': [
|
||||
# Animal
|
||||
'Abby'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue