mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
'Fixes' #9395
This commit is contained in:
@@ -336,7 +336,7 @@ datum/controller/vote
|
|||||||
. += "\t(<a href='?src=\ref[src];vote=toggle_gamemode'>[config.allow_vote_mode?"Allowed":"Disallowed"]</a>)"
|
. += "\t(<a href='?src=\ref[src];vote=toggle_gamemode'>[config.allow_vote_mode?"Allowed":"Disallowed"]</a>)"
|
||||||
. += "</li><li>"
|
. += "</li><li>"
|
||||||
//extra antagonists
|
//extra antagonists
|
||||||
if(trialmin || (!antag_add_failed && config.allow_extra_antags))
|
if(!antag_add_failed && config.allow_extra_antags)
|
||||||
. += "<a href='?src=\ref[src];vote=add_antagonist'>Add Antagonist Type</a>"
|
. += "<a href='?src=\ref[src];vote=add_antagonist'>Add Antagonist Type</a>"
|
||||||
else
|
else
|
||||||
. += "<font color='grey'>Restart (Disallowed)</font>"
|
. += "<font color='grey'>Restart (Disallowed)</font>"
|
||||||
@@ -375,7 +375,7 @@ datum/controller/vote
|
|||||||
if(config.allow_vote_restart || usr.client.holder)
|
if(config.allow_vote_restart || usr.client.holder)
|
||||||
initiate_vote("crew_transfer",usr.key)
|
initiate_vote("crew_transfer",usr.key)
|
||||||
if("add_antagonist")
|
if("add_antagonist")
|
||||||
if(config.allow_extra_antags || usr.client.holder)
|
if(config.allow_extra_antags)
|
||||||
initiate_vote("add_antagonist",usr.key)
|
initiate_vote("add_antagonist",usr.key)
|
||||||
if("custom")
|
if("custom")
|
||||||
if(usr.client.holder)
|
if(usr.client.holder)
|
||||||
|
|||||||
@@ -103,6 +103,9 @@ TRAITOR_SCALING
|
|||||||
## make ERT's be only called by admins
|
## make ERT's be only called by admins
|
||||||
#ERT_ADMIN_ONLY
|
#ERT_ADMIN_ONLY
|
||||||
|
|
||||||
|
## If uncommented, votes can be called to add extra antags to the round.
|
||||||
|
#ALLOW_EXTRA_ANTAGS
|
||||||
|
|
||||||
## If security is prohibited from being most antagonists
|
## If security is prohibited from being most antagonists
|
||||||
#PROTECT_ROLES_FROM_ANTAGONIST
|
#PROTECT_ROLES_FROM_ANTAGONIST
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user