mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
18 lines
654 B
Plaintext
18 lines
654 B
Plaintext
## Allow usage of the respawn system
|
|
RESPAWNS_ENABLED
|
|
|
|
## Minutes delay before allowing respawns, either from death or observing. Not an integer.
|
|
RESPAWN_DELAY 15.0
|
|
|
|
## Allow respawning as anything but an assistant.
|
|
# ALLOW_NON_ASSISTANT_RESPAWN
|
|
|
|
## Allow respawning as security and command. Only works if ALLOW_NON_ASSISTANT_RESPAWN is on.
|
|
# ALLOW_COMBAT_ROLE_RESPAWN
|
|
|
|
## Allow respawning as the same character
|
|
# ALLOW_SAME_CHARACTER_RESPAWN
|
|
|
|
## Observing is considered a respawn for the purposes of role lockouts. Defaults to disabled. When disabled, only RESPAWNING rather than returning from observe locks you out.
|
|
# RESPAWN_PENALTY_INCLUDES_OBSERVE
|