Merge pull request #6 from Kilmented/master

X'd Kilostation, made all sensible maps votable
This commit is contained in:
ReturnToZender
2023-01-16 13:17:33 -06:00
committed by GitHub
2 changed files with 2 additions and 10 deletions

View File

@@ -180,7 +180,7 @@ CONFIG_GATEWAY_CHANCE 0
## If the number of players ready at round starts exceeds this threshold, JOBS_HAVE_MINIMAL_ACCESS will automatically be enabled. Otherwise, it will be disabled.
## This is useful for accomodating both low and high population rounds on the same server.
## Comment this out or set to 0 to disable this automatic toggle.
MINIMAL_ACCESS_THRESHOLD 20
MINIMAL_ACCESS_THRESHOLD 10
## Comment this out this if you wish to use the setup where jobs have more access.
## This is intended for servers with low populations - where there are not enough
@@ -242,7 +242,7 @@ DEFAULT_LAWS 4
## See datums\ai_laws.dm for the full law lists
## IE, SPECIFIED_LAWS asimovpp, SPECIFIED_LAWS robocop, SPECIFIED_LAWS antimov
SPECIFIED_LAWS crewsimov
SPECIFIED_LAWS Crewsimov
## RANDOM LAWS ##
## ------------------------------------------------------------------------------------------

View File

@@ -14,23 +14,17 @@ Format:
endmap
map metastation
#default
minplayers 25
#voteweight 0.5
votable
endmap
map deltastation
minplayers 50
votable
endmap
map kilostation
votable
endmap
map icebox
minplayers 25
votable
endmap
@@ -47,11 +41,9 @@ endmap
##SKYRAT MAPS##
map blueshift
minplayers 50
votable
endmap
map voidraptor
maxplayers 100
votable
endmap