Skip to content

Commit

Permalink
Add museum door
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazado committed Aug 22, 2023
1 parent c69b1a7 commit 32e414b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Python/city.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(self):
pages += ["canyon","cavetjunction","courtyard","ferry","greatstair","guildhall","harbor","HarborReflect"]
pages += ["islmGreatZeroState","islmJCNote","islmNegilahnCreatureChartGUI","islmNickNote","islmPodMapGUI"]
pages += ["islmWatsonLetterGUI","KahloPub","kahlopubtunnel","library","LibraryInterior"]
pages += ["MuseumInteriorPage","palace","libraryDoors"]
pages += ["MuseumInteriorPage","palace","libraryDoors","museumDoor"]
pages += ["islmBahroShoutFerry","islmBahroShoutLibrary","islmBahroShoutPalace"]
#pages += ["islmDRCStageState01","islmDRCStageState02","islmDRCTentTablePic","islmFanSoundRun"]
#pages += ["islmLibBanners00Vis","islmLibBanners02Vis","islmLibBanners03Vis"]
Expand Down
1 change: 1 addition & 0 deletions Scripts/dat/city.age
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ Page=MuseumInteriorPage,13,1
Page=palace,7,1
Page=trailerCamPage,43,1
Page=libraryDoors,100,1
Page=museumDoor,101,1

0 comments on commit 32e414b

Please sign in to comment.