Skip to content

Commit

Permalink
Revert "Restricts separated bogtown to 100 players, map rotation at r…
Browse files Browse the repository at this point in the history
…oundend" (Blackstone-SS13#1338)
  • Loading branch information
Bomberman66Dev authored Jun 13, 2024
2 parents d6cb664 + 7d8fabc commit 3582134
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5,227 deletions.
1 change: 0 additions & 1 deletion _maps/blackstonedense.dm

This file was deleted.

15 changes: 0 additions & 15 deletions _maps/blackstonedense.json

This file was deleted.

5,196 changes: 0 additions & 5,196 deletions _maps/map_files/blackstonedense/blackstonedense.dmm

This file was deleted.

1 change: 0 additions & 1 deletion code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@

to_chat(world, "<BR><BR><BR><span class='reallybig'>So ends this tale of Blackstone.</span>")
get_end_reason()
SSvote.initiate_vote("map", "Blackstone players")

var/list/key_list = list()
for(var/client/C in GLOB.clients)
Expand Down
5 changes: 0 additions & 5 deletions code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ SUBSYSTEM_DEF(vote)
var/datum/map_config/VM = config.maplist[map]
if(!VM.votable)
continue
var/player_count = GLOB.clients.len
if(VM.config_max_users > 0 && player_count >= VM.config_max_users)
continue
if(VM.config_min_users > 0 && player_count <= VM.config_min_users)
continue
choices.Add(VM.map_name)
if("custom")
question = stripped_input(usr,"What is the vote for?")
Expand Down
4 changes: 2 additions & 2 deletions code/rt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#ifdef FASTLOAD
#define FORCE_MAP "_maps/roguetest.json"
// #else
// #define FORCE_MAP "_maps/blackstone.json"
#else
#define FORCE_MAP "_maps/blackstone.json"
#endif

//#define WARTIME
9 changes: 2 additions & 7 deletions config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ Format:
votable (is this map votable)
endmap

map blackstone
map roguetown
default
#voteweight 1.5
minplayers 100
votable
endmap

map blackstonedense
votable
endmap
endmap

0 comments on commit 3582134

Please sign in to comment.