mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Sort a few name categories; remove a log.
This commit is contained in:
parent
cac20fd39c
commit
9a344d1a61
2 changed files with 21 additions and 22 deletions
|
@ -31,7 +31,6 @@ module.exports = class SpriteBuilder
|
|||
for func in tweenData
|
||||
args = _.cloneDeep(func.a)
|
||||
@dereferenceArgs(args, locals)
|
||||
console.log 'found', args, 'for', func.n
|
||||
tween = tween[func.n](args...)
|
||||
anim.timeline.addTween(tween)
|
||||
|
||||
|
|
|
@ -145,10 +145,10 @@ module.exports.thangNames = thangNames =
|
|||
]
|
||||
'Raven': [
|
||||
# Animal
|
||||
'Nevermore'
|
||||
'Baltimore'
|
||||
'Columbia'
|
||||
'Dawnstar'
|
||||
'Nevermore'
|
||||
]
|
||||
'Cougar': [
|
||||
# Animal
|
||||
|
@ -160,35 +160,35 @@ module.exports.thangNames = thangNames =
|
|||
'Frog': [
|
||||
# Animal
|
||||
'Bighead'
|
||||
'Hypnotoad'
|
||||
'Freddy'
|
||||
'Frogger'
|
||||
'Froggy'
|
||||
'Slippy'
|
||||
'Wart'
|
||||
'Bufo'
|
||||
'Bunda'
|
||||
'Dan\'l Webster'
|
||||
'Freddy'
|
||||
'Frogger'
|
||||
'Froggy'
|
||||
'Hypnotoad'
|
||||
'Mr. Toad'
|
||||
'Trevor'
|
||||
'Wei Qi'
|
||||
'Slippy'
|
||||
'Toada'
|
||||
'Trevor'
|
||||
'Wart'
|
||||
'Wei Qi'
|
||||
]
|
||||
'Horse': [
|
||||
# Animal
|
||||
'Abby'
|
||||
'Cinamon'
|
||||
'Wildsilver'
|
||||
'Fleetfire'
|
||||
'Beauty'
|
||||
'Cinnamon'
|
||||
'Codasus'
|
||||
'Ed'
|
||||
'Fleetfire'
|
||||
'Hurricane'
|
||||
'Lovelace'
|
||||
'Miracle'
|
||||
'Mirial'
|
||||
'Powder'
|
||||
'Silver'
|
||||
'Hurricane'
|
||||
'Beauty'
|
||||
'Lovelace'
|
||||
'Mirial'
|
||||
'Miracle'
|
||||
'Codasus'
|
||||
'Wildsilver'
|
||||
]
|
||||
'Ogre M': [
|
||||
# Male
|
||||
|
@ -247,8 +247,8 @@ module.exports.thangNames = thangNames =
|
|||
'Haggar'
|
||||
'Heizenburg'
|
||||
'Ironjaw'
|
||||
'Muul'
|
||||
'Mokuhr'
|
||||
'Muul'
|
||||
'Ork\'han'
|
||||
'Roast Beefy'
|
||||
'Toharg'
|
||||
|
@ -312,6 +312,7 @@ module.exports.thangNames = thangNames =
|
|||
'Bonejangles'
|
||||
'Bonesworth'
|
||||
'Bonette'
|
||||
'Boneus'
|
||||
'Doornail'
|
||||
'Drybones'
|
||||
'Grim'
|
||||
|
@ -326,8 +327,8 @@ module.exports.thangNames = thangNames =
|
|||
'Scraps'
|
||||
'Shelly'
|
||||
'Shishka-Bob'
|
||||
'Shishka-Larry'
|
||||
'Shishka-Joe'
|
||||
'Shishka-Larry'
|
||||
'Skeletor'
|
||||
'Skellington'
|
||||
'Skulldugger'
|
||||
|
@ -339,7 +340,6 @@ module.exports.thangNames = thangNames =
|
|||
'Tatava'
|
||||
'Ulna'
|
||||
'Yorick'
|
||||
'Boneus'
|
||||
]
|
||||
'Ogre Headhunter': [
|
||||
# Male
|
||||
|
|
Loading…
Reference in a new issue