sensitive info

This commit is contained in:
SandPoot
2022-01-08 13:23:47 -03:00
parent dc5b5464b4
commit 747a4c31aa
3 changed files with 13 additions and 5 deletions
+7 -5
View File
@@ -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
+4
View File
@@ -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