fix(stable): rename Bumblebees throughout code

This commit is contained in:
Sabe Jones
2016-04-18 21:02:24 +00:00
parent 881cf0292d
commit 62f44771af
17 changed files with 2028 additions and 2016 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 143 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 155 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 140 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 145 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -19,7 +19,7 @@
"orca": "Orca", "orca": "Orca",
"royalPurpleGryphon": "Royal Purple Gryphon", "royalPurpleGryphon": "Royal Purple Gryphon",
"phoenix": "Phoenix", "phoenix": "Phoenix",
"bumblebee": "Magical Bee", "magicalBee": "Magical Bee",
"rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to Habitica!", "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to Habitica!",
"rarePetPop2": "How to Get this Pet!", "rarePetPop2": "How to Get this Pet!",
"potion": "<%= potionType %> Potion", "potion": "<%= potionType %> Potion",

View File

@@ -418,7 +418,7 @@ api.specialPets = {
'Tiger-Veteran': 'veteranTiger', 'Tiger-Veteran': 'veteranTiger',
'Phoenix-Base': 'phoenix', 'Phoenix-Base': 'phoenix',
'Turkey-Gilded': 'gildedTurkey', 'Turkey-Gilded': 'gildedTurkey',
'Bumblebee-Base': 'bumblebee', 'MagicalBee-Base': 'magicalBee',
}; };
api.specialMounts = { api.specialMounts = {
@@ -431,7 +431,7 @@ api.specialMounts = {
'Gryphon-RoyalPurple': 'royalPurpleGryphon', 'Gryphon-RoyalPurple': 'royalPurpleGryphon',
'Phoenix-Base': 'phoenix', 'Phoenix-Base': 'phoenix',
'JackOLantern-Base': 'jackolantern', 'JackOLantern-Base': 'jackolantern',
'Bumblebee-Base': 'bumblebee', 'MagicalBee-Base': 'magicalBee',
}; };
api.timeTravelStable = { api.timeTravelStable = {