code/__DEFINES/lag_switch.dm
DISABLE_DEAD_KEYLOOP | Stops ghosts flying around freely, they can still jump and orbit, staff exempted |
---|---|
DISABLE_GHOST_ZOOM_TRAY | Stops ghosts using zoom/t-ray verbs and resets their view if zoomed out, staff exempted |
DISABLE_RUNECHAT | Disable runechat and enable the bubbles, speaking mobs with TRAIT_BYPASS_MEASURES exempted |
DISABLE_USR_ICON2HTML | Disable icon2html procs from verbs like examine, mobs calling with TRAIT_BYPASS_MEASURES exempted |
DISABLE_NON_OBSJOBS | Prevents anyone from joining the game as anything but observer |
SLOWMODE_SAY | Limit IC/dchat spam to one message every x seconds per client, TRAIT_BYPASS_MEASURES exempted |
DISABLE_PARALLAX | Disables parallax, as if everyone had disabled their preference, TRAIT_BYPASS_MEASURES exempted |
DISABLE_FOOTSTEPS | Disables footsteps, TRAIT_BYPASS_MEASURES exempted |
Define Details
DISABLE_DEAD_KEYLOOP
Stops ghosts flying around freely, they can still jump and orbit, staff exempted
DISABLE_FOOTSTEPS
Disables footsteps, TRAIT_BYPASS_MEASURES exempted
DISABLE_GHOST_ZOOM_TRAY
Stops ghosts using zoom/t-ray verbs and resets their view if zoomed out, staff exempted
DISABLE_NON_OBSJOBS
Prevents anyone from joining the game as anything but observer
DISABLE_PARALLAX
Disables parallax, as if everyone had disabled their preference, TRAIT_BYPASS_MEASURES exempted
DISABLE_RUNECHAT
Disable runechat and enable the bubbles, speaking mobs with TRAIT_BYPASS_MEASURES exempted
DISABLE_USR_ICON2HTML
Disable icon2html procs from verbs like examine, mobs calling with TRAIT_BYPASS_MEASURES exempted
SLOWMODE_SAY
Limit IC/dchat spam to one message every x seconds per client, TRAIT_BYPASS_MEASURES exempted