mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user