mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 10:46:55 +01:00
finishes renaming return to menu back to respawn, adds return to menu as an alias to respawn (#3122)
* Update admin.dm * Update mob.dm
This commit is contained in:
@@ -891,7 +891,7 @@ var/datum/announcement/minor/admin_min_announcer = new
|
||||
/datum/admins/proc/toggleaban()
|
||||
set category = "Server"
|
||||
set desc = "Respawn basically"
|
||||
set name = "Toggle Return to Menu"
|
||||
set name = "Toggle Respawn"
|
||||
config_legacy.abandon_allowed = !(config_legacy.abandon_allowed)
|
||||
if(config_legacy.abandon_allowed)
|
||||
to_chat(world, "<B>Returning to menu as a ghost is now allowed.</B>")
|
||||
|
||||
Reference in New Issue
Block a user