mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Autoresleeving PR Adaptations for CHOMPStation
Does the following: 1: Re-enables Automatic Notifications for Transcore. Ghosts can still delay these as per live, or cancel them entirely before they go off. 2: Autoresleever cannot print species with NO_SCAN, and cannot spawn you if you're whitelisted. Prevents exploits by loading a slot you're not whitelisted for and spawning as it. Incoming to resleever soon™️ 3: Vore Deaths are reduced to only being a 5 minute wait, so as to prevent ghosts whining at medical "sleeve me now". 4: Autoresleever latejoin is enabled. This will spawn you as a VISITOR irregardless of occupation preferences. Pretty screenshot of new autoresleeving bay, above Genetics and Viro, to the right of Circuits. All doors out to maintenance have no access requirements. 
This commit is contained in:
@@ -112,11 +112,11 @@ SUBSYSTEM_DEF(transcore)
|
||||
if(since_backup < overdue_time)
|
||||
curr_MR.dead_state = MR_NORMAL
|
||||
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.
|
||||
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.do_notify)
|
||||
db.notify(curr_MR)
|
||||
curr_MR.last_notification = world.time
|
||||
*/
|
||||
|
||||
curr_MR.dead_state = MR_DEAD
|
||||
|
||||
if(MC_TICK_CHECK)
|
||||
|
||||
Reference in New Issue
Block a user