mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Moved Tactical Strike in from the edge of the map so it's a little more clickable on iPad.
This commit is contained in:
parent
e129faf384
commit
57544c72a8
1 changed files with 6 additions and 6 deletions
|
@ -824,8 +824,8 @@ dungeon = [
|
|||
id: 'tactical-strike'
|
||||
original: '5452cfa706a59e000067e4f5'
|
||||
description: 'They\'re, uh, coming right for us! Sneak up behind them.'
|
||||
x: 95
|
||||
y: 58
|
||||
x: 88.65
|
||||
y: 63.06
|
||||
nextLevels:
|
||||
continue: 'the-final-kithmaze'
|
||||
practice: true
|
||||
|
@ -837,8 +837,8 @@ dungeon = [
|
|||
id: 'the-final-kithmaze'
|
||||
original: '541b434e1ccc8eaae19f3c33'
|
||||
description: 'To escape you must find your way through an Elder Kithman\'s maze.'
|
||||
x: 89
|
||||
y: 64
|
||||
x: 81.93
|
||||
y: 65.86
|
||||
nextLevels:
|
||||
more_practice: 'the-gauntlet'
|
||||
continue: 'kithgard-gates'
|
||||
|
@ -850,8 +850,8 @@ dungeon = [
|
|||
id: 'the-gauntlet'
|
||||
original: '5452d8b906a59e000067e4fa'
|
||||
description: 'Rush for the stairs, battling foes at every turn.'
|
||||
x: 82
|
||||
y: 70
|
||||
x: 84.89
|
||||
y: 73.88
|
||||
nextLevels:
|
||||
continue: 'kithgard-gates'
|
||||
practice: true
|
||||
|
|
Loading…
Reference in a new issue