feat(backgrounds): october backgrounds
@@ -12604,6 +12604,20 @@ api.backgrounds = {
|
||||
text: t('backgroundHarvestFieldsText'),
|
||||
notes: t('backgroundHarvestFieldsNotes')
|
||||
}
|
||||
},
|
||||
backgrounds102014: {
|
||||
graveyard: {
|
||||
text: t('backgroundGraveyardText'),
|
||||
notes: t('backgroundGraveyardNotes')
|
||||
},
|
||||
haunted_house: {
|
||||
text: t('backgroundHauntedHouseText'),
|
||||
notes: t('backgroundHauntedHouseNotes')
|
||||
},
|
||||
spooky_forest: {
|
||||
text: t('backgroundSpookyForestText'),
|
||||
notes: t('backgroundSpookyForestNotes')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14809,6 +14823,11 @@ api.wrap = function(user, main) {
|
||||
}), true);
|
||||
}), false).valueOf();
|
||||
return user.achievements.ultimateGear = shouldGrant;
|
||||
},
|
||||
nullify: function() {
|
||||
user.ops = null;
|
||||
user.fns = null;
|
||||
return user = null;
|
||||
}
|
||||
};
|
||||
Object.defineProperty(user, '_statsComputed', {
|
||||
|
||||
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 175 KiB |
|
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
@@ -31,5 +31,13 @@
|
||||
"backgroundAutumnForestText":"Autumn Forest",
|
||||
"backgroundAutumnForestNotes":"Stroll through an Autumn Forest.",
|
||||
"backgroundHarvestFieldsText":"Harvest Fields",
|
||||
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields."
|
||||
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields.",
|
||||
|
||||
"backgrounds102014": "SET 5: Released October 2014",
|
||||
"backgroundGraveyardText":"Graveyard",
|
||||
"backgroundGraveyardNotes":"Visit a Creepy Graveyard.",
|
||||
"backgroundHauntedHouseText":"Haunted House",
|
||||
"backgroundHauntedHouseNotes":"Sneak through a Haunted House.",
|
||||
"backgroundSpookyForestText":"Spooky Forest",
|
||||
"backgroundSpookyForestNotes":"Shiver in a Spooky Forest."
|
||||
}
|
||||
|
||||
@@ -1145,6 +1145,16 @@ api.backgrounds =
|
||||
harvest_fields:
|
||||
text: t('backgroundHarvestFieldsText')
|
||||
notes: t('backgroundHarvestFieldsNotes')
|
||||
backgrounds102014:
|
||||
graveyard:
|
||||
text: t('backgroundGraveyardText')
|
||||
notes: t('backgroundGraveyardNotes')
|
||||
haunted_house:
|
||||
text: t('backgroundHauntedHouseText')
|
||||
notes: t('backgroundHauntedHouseNotes')
|
||||
spooky_forest:
|
||||
text: t('backgroundSpookyForestText')
|
||||
notes: t('backgroundSpookyForestNotes')
|
||||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
api.userDefaults =
|
||||
|
||||