Skip to content

Commit

Permalink
Добавлен Лес Каменных Гигантов и Лунная Поляна.
Browse files Browse the repository at this point in the history
  • Loading branch information
devapromix committed Oct 31, 2021
1 parent 270c7b2 commit b7ef5e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions sources/Lizardry.stat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Stats]
EditorSecs=23149
DesignerSecs=1149
InspectorSecs=5587
CompileSecs=1653071
OtherSecs=14596
EditorSecs=23969
DesignerSecs=1161
InspectorSecs=5636
CompileSecs=1688821
OtherSecs=14862
StartTime=09.09.2021 10:21:53
RealKeys=0
EffectiveKeys=0
DebugSecs=78363
DebugSecs=79806
5 changes: 2 additions & 3 deletions worlds/elvion/locations/gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
break;
case 3:
addlink('Посетить Гавань', 'index.php?action=harbor', 2);
addlink('', 'index.php?action=', 3);
addlink('', 'index.php?action=', 4);
addlink('Монастырь', 'index.php?action=monast', 5);
addlink('Лес Каменных Гигантов', 'index.php?action=stone_giant_forest', 3);
addlink('Монастырь', 'index.php?action=monast', 4);
break;
}

Expand Down
4 changes: 2 additions & 2 deletions worlds/elvion/locations/outlands.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
if ($action == 'old_harbor') outland($action, [20,21,22]);
if ($action == 'stonefield') outland($action, [23,24,25]);
// #3
if ($action == '+') outland($action, [26,27,28,29]);
if ($action == '+') outland($action, [30,31,32]);
if ($action == 'stone_giant_forest') outland($action, [26,27,28,29], [], ['Лунная Поляна', 'index.php?action=moon_meadow']);
if ($action == 'moon_meadow') outland($action, [30,31,32], ['Лес Каменных Гигантов', 'index.php?action=stone_giant_forest']);
if ($action == 'monast') outland($action, [33,34,35], [], ['Подвал Монастыря', 'index.php?action=cellar']);
if ($action == 'cellar') outland($action, [36,37,38,39], ['Монастырь', 'index.php?action=monast']);
// #4
Expand Down

0 comments on commit b7ef5e4

Please sign in to comment.