mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Removes scene-disrupting transcore autonotification (#7480)
This commit is contained in:
@@ -116,11 +116,11 @@ SUBSYSTEM_DEF(transcore)
|
|||||||
if(since_backup < overdue_time)
|
if(since_backup < overdue_time)
|
||||||
curr_MR.dead_state = MR_NORMAL
|
curr_MR.dead_state = MR_NORMAL
|
||||||
else
|
else
|
||||||
if(curr_MR.dead_state != MR_DEAD) //First time switching to dead //Remove auto notification! Ghosts have a button to notify, so no more false flags. CHOMPEdit: Revert removal
|
/* if(curr_MR.dead_state != MR_DEAD) //First time switching to dead //Remove auto notification! Ghosts have a button to notify, so no more false flags. CHOMPEdit: Readded removal.
|
||||||
if(curr_MR.do_notify)
|
if(curr_MR.do_notify)
|
||||||
db.notify(curr_MR)
|
db.notify(curr_MR)
|
||||||
curr_MR.last_notification = world.time
|
curr_MR.last_notification = world.time
|
||||||
|
*/
|
||||||
curr_MR.dead_state = MR_DEAD
|
curr_MR.dead_state = MR_DEAD
|
||||||
|
|
||||||
if(MC_TICK_CHECK)
|
if(MC_TICK_CHECK)
|
||||||
|
|||||||
Reference in New Issue
Block a user