From 1b584ae72cea8c139511c796cdf0e57317900304 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Wed, 17 Dec 2014 19:37:57 -0800 Subject: [PATCH] Some fixes for desert campaign options. --- app/lib/LevelOptions.coffee | 16 ++++++++-------- app/styles/play/world-map-view.sass | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/lib/LevelOptions.coffee b/app/lib/LevelOptions.coffee index ac3b0c050..252cf29ae 100644 --- a/app/lib/LevelOptions.coffee +++ b/app/lib/LevelOptions.coffee @@ -307,27 +307,27 @@ module.exports = LevelOptions = restrictedGear: {} 'the-mighty-sand-yak': #requiredGear: {neck: 'rough-sense-stone'} # Too many players probably won't have this, and we don't have a way to require players to buy it yet. - restrictedGear: {} + restrictedGear: {flag: 'basic-flags'} 'oasis': requiredGear: {} - restrictedGear: {} + restrictedGear: {flag: 'basic-flags'} 'sarven-road': requiredGear: {} - restrictedGear: {} + restrictedGear: {flag: 'basic-flags'} 'sarven-gaps': requiredGear: {'right-hand': 'crude-builders-hammer'} - restrictedGear: {} + restrictedGear: {flag: 'basic-flags'} 'thunderhooves': requiredGear: {'right-hand': 'crude-builders-hammer'} - restrictedGear: {} + restrictedGear: {flag: 'basic-flags'} 'medical-attention': requiredGear: {'right-hand': 'long-sword'}, #neck: 'polished-sense-stone'} # We don't have a way to require players to buy it yet. - restrictedGear: {'right-hand': 'crude-builders-hammer'} + restrictedGear: {'right-hand': 'crude-builders-hammer', flag: 'basic-flags'} 'minesweeper': requiredGear: {} - restrictedGear: {} + restrictedGear: {flag: 'basic-flags'} 'sarven-sentry': - requiredGear: {'right-hand': 'crude-builders-hammer'} + requiredGear: {'right-hand': 'crude-builders-hammer', flag: 'basic-flags'} restrictedGear: {} 'keeping-time': requiredGear: {} # watch diff --git a/app/styles/play/world-map-view.sass b/app/styles/play/world-map-view.sass index 4b4022784..4c3fa96a3 100644 --- a/app/styles/play/world-map-view.sass +++ b/app/styles/play/world-map-view.sass @@ -308,8 +308,8 @@ $gameControlMargin: 30px transform: scaleY(-1.5) scaleX(1.5) &#forest-back-link - left: 4% - top: 74.5% + left: 2% + top: 70.5% transform: rotate(216deg) &#forest-link