mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Enabled Forgetful Gemsmith in the world map.
This commit is contained in:
parent
696b0ba336
commit
83bd8d3834
1 changed files with 4 additions and 5 deletions
|
@ -620,23 +620,22 @@ dungeon = [
|
|||
x: 32
|
||||
y: 15.5
|
||||
nextLevels:
|
||||
more_practice: 'gem-grabber'
|
||||
more_practice: 'forgetful-gemsmith'
|
||||
continue: 'shadow-guard'
|
||||
skip_ahead: 'true-names'
|
||||
}
|
||||
{
|
||||
name: 'Gem Grabber'
|
||||
name: 'Forgetful Gemsmith'
|
||||
type: 'hero'
|
||||
difficulty: 1
|
||||
id: 'gem-grabber'
|
||||
original: '54174347844506ae0195a0b8'
|
||||
id: 'forgetful-gemsmith'
|
||||
original: '544a98f62d002f0000fe331a'
|
||||
description: 'Grab even more gems as you practice moving.'
|
||||
x: 35.49
|
||||
y: 24.61
|
||||
nextLevels:
|
||||
continue: 'shadow-guard'
|
||||
practice: true
|
||||
disabled: true
|
||||
}
|
||||
{
|
||||
name: 'Shadow Guard'
|
||||
|
|
Loading…
Reference in a new issue