Reveal ghosts when the round ends (#51572)

* Reveal ghosts when the round ends

* Add feedback

Co-authored-by: MrDoomBringer <emmanuelssr@gmail.com>

* Alive players can now hear dead players when the round is over

Co-authored-by: MrDoomBringer <emmanuelssr@gmail.com>
This commit is contained in:
Jared-Fogle
2020-06-12 05:06:27 -07:00
committed by GitHub
parent 1290f751e1
commit fae124cc67
2 changed files with 3 additions and 1 deletions

View File

@@ -460,6 +460,8 @@ GLOBAL_LIST_EMPTY(species_list)
override = TRUE
if(HAS_TRAIT(M, TRAIT_SIXTHSENSE) && message_type == DEADCHAT_REGULAR)
override = TRUE
if(SSticker.current_state == GAME_STATE_FINISHED)
override = TRUE
if(isnewplayer(M) && !override)
continue
if(M.stat != DEAD && !override)

View File

@@ -246,8 +246,8 @@
CHECK_TICK
//check config blah blah
handle_hearts()
set_observer_default_invisibility(0, "<span class='warning'>The round is over! You are now visible to the living.</span>")
CHECK_TICK