Skip to content

Commit

Permalink
Forces Dun manor as the default map
Browse files Browse the repository at this point in the history
TODO: Proper map voting system, more maps
  • Loading branch information
ThePainkiller committed Jan 29, 2025
1 parent a5f6191 commit 3de6df5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ GLOBAL_VAR(command_name)
GLOB.station_name = newname

#ifdef ROGUEWORLD
world.name = "ROGUEWORLD (18+)"
world.name = "STONEKEEP (18+)"
#else
world.name = "ROGUETOWN (18+)"
world.name = "STONEKEEP (18+)"
#endif
#ifdef TESTSERVER
world.name = "ROGUETOWN (TESTING)"
Expand Down
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ GLOBAL_VAR(restart_counter)
#ifdef MATURESERVER
s += "<big><b>STONEKEEP (18+) (Immersive RP)</b></big></a><br>"
s += "<b>Dark Medieval Fantasy Roleplay<b><br>"
s += "<b>New Map: StoneHamlet <b><br>"
s += "<b>New Map: Dun Manor<b><br>"
s += "<b>Whitelist Enabled: discord.gg/stonekeep</b></center><br>"
//s += "<b>Powerbottoms Welcome</b><br>"
#else
Expand Down
6 changes: 4 additions & 2 deletions config/mapsrw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Format:
votable (is this map votable)
endmap

map rogueworld
map dun_manor
default
#voteweight 1.5
votable
endmap

map rogueworld
votable
endmap

0 comments on commit 3de6df5

Please sign in to comment.