From 3de6df52264ed86059848078eb17efddf0b6a441 Mon Sep 17 00:00:00 2001 From: DimmaDunk Date: Wed, 29 Jan 2025 07:58:48 -0300 Subject: [PATCH] Forces Dun manor as the default map TODO: Proper map voting system, more maps --- code/__HELPERS/names.dm | 4 ++-- code/game/world.dm | 2 +- config/mapsrw.txt | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm index 58e07cbfe2..cfebc081cc 100644 --- a/code/__HELPERS/names.dm +++ b/code/__HELPERS/names.dm @@ -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)" diff --git a/code/game/world.dm b/code/game/world.dm index 0af957c20f..1dcc6e613b 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -314,7 +314,7 @@ GLOBAL_VAR(restart_counter) #ifdef MATURESERVER s += "STONEKEEP (18+) (Immersive RP)
" s += "Dark Medieval Fantasy Roleplay
" - s += "New Map: StoneHamlet
" + s += "New Map: Dun Manor
" s += "Whitelist Enabled: discord.gg/stonekeep
" //s += "Powerbottoms Welcome
" #else diff --git a/config/mapsrw.txt b/config/mapsrw.txt index 0f857f6c14..1d45e904d9 100644 --- a/config/mapsrw.txt +++ b/config/mapsrw.txt @@ -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