Finding the map in scenario 3 now reveals the part of the map...
...outside the cave in scenario 4
This commit is contained in:
parent
9b056eed92
commit
6a2aec5acb
3 changed files with 18 additions and 0 deletions
|
@ -81,6 +81,7 @@ Version 1.11.0-svn:
|
|||
* Ensure player always has positive gold leaving the cave in Out of the Frying Pan
|
||||
* New AI for human messenger in "Out of the Frying Pan"
|
||||
* Taking ring of speed is now optional
|
||||
* Finding the map in scenario 3 is now useful
|
||||
* Editor:
|
||||
* New gui theme, fixes the editor being broken on low resolutions.
|
||||
* Smaller font for displaying the terrain information.
|
||||
|
|
|
@ -382,6 +382,22 @@
|
|||
id=Panok
|
||||
[/filter]
|
||||
[/object]
|
||||
|
||||
# show the area outside the cave if the player found the map last scenario
|
||||
[if]
|
||||
[variable]
|
||||
name=sneak_up
|
||||
equals=1
|
||||
[/variable]
|
||||
[then]
|
||||
[remove_shroud]
|
||||
[not]
|
||||
time_of_day_id=underground
|
||||
[/not]
|
||||
radius=1
|
||||
[/remove_shroud]
|
||||
[/then]
|
||||
[/if]
|
||||
[/event]
|
||||
|
||||
# starting dialogue
|
||||
|
|
|
@ -56,6 +56,7 @@ Version 1.11.0-svn:
|
|||
* Ensure player always has positive gold leaving the cave in Out of the Frying Pan.
|
||||
* New and much improved AI for human messenger in "Out of the Frying Pan".
|
||||
* Taking ring of speed is now optional.
|
||||
* Finding the map in scenario 3 is now useful.
|
||||
|
||||
* Editor:
|
||||
* New gui theme, fixes the editor being broken on low resolutions.
|
||||
|
|
Loading…
Add table
Reference in a new issue