Adds full atmospherics reset admin verb

- Adds "Fix Atmospheric Problems" verb, that is accessible to server admins.
- This verb will perform full reset of atmosphere. Unlike reboot-zas this fixes any possible griefs or bugs, by completely purging all existing gases and resetting them to roundstart values.
This commit is contained in:
Atlantis
2016-04-03 14:57:11 +02:00
committed by Yoshax
parent d95a1b7c68
commit e8a4f57bcf
3 changed files with 57 additions and 1 deletions

View File

@@ -94,7 +94,8 @@ var/list/admin_verbs_admin = list(
/client/proc/makePAI,
/client/proc/toggle_debug_logs,
/client/proc/toggle_attack_logs,
/datum/admins/proc/paralyze_mob
/datum/admins/proc/paralyze_mob,
/client/proc/fixatmos
)
var/list/admin_verbs_ban = list(
/client/proc/unban_panel,