mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 20:57:48 +01:00
sensitive info
This commit is contained in:
@@ -244,10 +244,11 @@
|
||||
CHECK_TICK
|
||||
|
||||
// Add AntagHUD to everyone, see who was really evil the whole time!
|
||||
for(var/datum/atom_hud/antag/H in GLOB.huds)
|
||||
for(var/m in GLOB.player_list)
|
||||
var/mob/M = m
|
||||
H.add_hud_to(M)
|
||||
if(CONFIG_GET(flag/reveal_everything))
|
||||
for(var/datum/atom_hud/antag/H in GLOB.huds)
|
||||
for(var/m in GLOB.player_list)
|
||||
var/mob/M = m
|
||||
H.add_hud_to(M)
|
||||
|
||||
CHECK_TICK
|
||||
|
||||
@@ -271,7 +272,8 @@
|
||||
CHECK_TICK
|
||||
|
||||
// handle_hearts()
|
||||
set_observer_default_invisibility(0, "<span class='warning'>The round is over! You are now visible to the living.</span>")
|
||||
if(CONFIG_GET(flag/reveal_everything))
|
||||
set_observer_default_invisibility(0, "<span class='warning'>The round is over! You are now visible to the living.</span>")
|
||||
|
||||
CHECK_TICK
|
||||
|
||||
|
||||
@@ -31,3 +31,7 @@ MAX_STUPOR_HYPNO_DURATION 12000
|
||||
## Maxmimum amount of languages someone can pick
|
||||
## -1 means infinite and 0 disables it
|
||||
#MAX_LANGUAGES
|
||||
|
||||
## Reveal Everything ##
|
||||
## Uncomment to reveal everything on roundend
|
||||
#REVEAL_EVERYTHING
|
||||
|
||||
@@ -24,3 +24,5 @@
|
||||
/datum/config_entry/number/max_stupor_hypno_duration //Maximum random duration to maintain hypnosis from hypnotic stupor
|
||||
config_entry_value = 12000
|
||||
min_val = 10
|
||||
|
||||
/datum/config_entry/flag/reveal_everything // On Round end, reveal roles and ghosts
|
||||
|
||||
Reference in New Issue
Block a user