Skip to content

Commit

Permalink
Attempt at fixing forced Stonehamlet #1303
Browse files Browse the repository at this point in the history
- Tries to fix Stonehamlet Eternal Wild Ride
  • Loading branch information
ThePainkiller authored Feb 17, 2025
2 parents 3c17410 + c7fde47 commit 87dc901
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _maps/_basemap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
#include "map_files\roguetown\roguetown.dmm"
#include "map_files\roguetest\roguetest.dmm"
#include "map_files\dakkatown\dakkatown.dmm"
#include "map_files\stonehamlet\stonehamlet.dmm"
#include "map_files\dun_manor\dun_manor.dmm"

#ifdef CIBUILDING
#include "templates.dm"
#endif
#endif
#endif
#endif
5 changes: 5 additions & 0 deletions config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ map dun_manor
votable
endmap

map stonehamlet
disabled
votable
endmap

map roguetown
votable
endmap
7 changes: 6 additions & 1 deletion config/mapsrw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ map dun_manor
votable
endmap

map rogueworld
map stonehamlet
disabled
votable
endmap

map roguetown
votable
endmap

0 comments on commit 87dc901

Please sign in to comment.