From c0f5c357ba85ab986677f7300c64585b1560986f Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Sun, 26 Oct 2014 15:31:20 -0700 Subject: [PATCH] Defense, not defence. --- app/views/game-menu/InventoryView.coffee | 2 +- app/views/play/WorldMapView.coffee | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/game-menu/InventoryView.coffee b/app/views/game-menu/InventoryView.coffee index 9d5137f31..2ccbca886 100644 --- a/app/views/game-menu/InventoryView.coffee +++ b/app/views/game-menu/InventoryView.coffee @@ -337,7 +337,7 @@ module.exports = class InventoryView extends CocoView 'closing-the-distance': {feet: 'simple-boots', 'right-hand': 'longsword', torso: 'leather-tunic', eyes: 'crude-glasses'} 'the-final-kithmaze': {feet: 'simple-boots', 'right-hand': 'longsword', torso: 'leather-tunic', 'programming-book': 'programmaticon-i', eyes: 'crude-glasses'} 'kithgard-gates': {feet: 'simple-boots', 'right-hand': 'builders-hammer'} - 'defence-of-plainswood': {feet: 'simple-boots', 'right-hand': 'builders-hammer'} + 'defense-of-plainswood': {feet: 'simple-boots', 'right-hand': 'builders-hammer'} # TODO: figure out leather boots for plainswood (or next one?) return unless necessaryGear = gearByLevel[@options.levelID] if @inserted diff --git a/app/views/play/WorldMapView.coffee b/app/views/play/WorldMapView.coffee index e53069774..3860655a3 100644 --- a/app/views/play/WorldMapView.coffee +++ b/app/views/play/WorldMapView.coffee @@ -864,13 +864,13 @@ hero = [ x: 89 y: 82 nextLevels: - continue: 'defence-of-plainswood' + continue: 'defense-of-plainswood' } { - name: 'Defence of Plainswood' + name: 'Defense of Plainswood' type: 'hero' difficulty: 1 - id: 'defence-of-plainswood' + id: 'defense-of-plainswood' original: '541b67f71ccc8eaae19f3c62' description: 'Protect the peasants from the pursuing ogres.' x: 95.31