Skip to content

Commit

Permalink
Reveal ghosts when the round ends (#8998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopekz committed Jun 26, 2020
1 parent 8dff61f commit 2832ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/__HELPERS/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ GLOBAL_LIST_EMPTY(species_list)
override = TRUE
if(HAS_TRAIT(M, TRAIT_SIXTHSENSE))
override = TRUE
if(SSticker.current_state == GAME_STATE_FINISHED)
override = TRUE
if(isnewplayer(M) && !override)
continue
if(M.stat != DEAD && !override)
Expand Down
2 changes: 2 additions & 0 deletions code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@
if(length(CONFIG_GET(keyed_list/cross_server)))
send_news_report()

set_observer_default_invisibility(0, "<span class='warning'>The round is over! You are now visible to the living.</span>")

CHECK_TICK

//These need update to actually reflect the real antagonists
Expand Down

0 comments on commit 2832ae8

Please sign in to comment.