Commit Graph
9 Commits
Author SHA1 Message Date
BongaTheProto 05e68bd5be Update afk.dm 2023-09-09 00:50:55 -05:00
BongaTheProto 4be533e20e ghost orgy at cryo??? ZAMN!!!
*mygod
2023-09-09 00:23:43 -05:00
Darius 86573ed01c Minor auto-cryo improvements
This commit does the following
- Adds auto-cryo logging for when a mob isn't added to the list
- Adds an exclusion condition for dead mobs
- Changes list length checking method to `LAZYLEN`
- Fixes a typographical mistake in configuration text
2023-02-23 23:31:07 -05:00
Darius 3926a688fa Auto-cryo fixes and improvements
This commit makes the following changes:
- Adds check for VR mobs
- Adds check for mob in VR sleeper
- Adds check for SSD mobs existing
- Adds logging to SSD list changes
- Adds logging to cryo trigger interaction
- Adds defines for config values
- Removes trailing white space
- Changes configuration to read time setting on process
2023-01-30 16:13:31 -05:00
Darius 646530ba5c Default Automated Cryogenics to disabled
Changes the automatic SSD cryo subsystem to not run by default.
2022-12-24 16:16:36 -05:00
Darius 4ca2736c29 Convert AFK Watcher to Automated Cryogenics
- Renames the subsystem
- Adds configuration options
2022-12-22 18:13:08 -05:00
Darius b899e5bdf2 Removed unused SSD subsystem code
Removes the enabled check, warning time, getting ckey, logging, and alerting in chat. These features were unused.
2022-12-21 17:41:25 -05:00
Darius 82b0de9938 Delay SSD watcher until nessecary
Increases the subsystem wait time from 30 to the minimum time required to activate on a user.
2022-12-21 14:22:39 -05:00
Darius 19b11de934 Initial release for automatic SSD cryo
Adds and removes SSD mobs from a global list when logging in and out. Users on the list exceeding the time limit are sent to cryo.
2022-12-20 19:02:38 -05:00