Adds Fix Air verb for admins (#45916)

This commit is contained in:
Dawson1917
2019-08-19 22:52:49 -07:00
committed by Rob Bailey
parent a4784fbf8f
commit cb91b9954f
3 changed files with 24 additions and 1 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ GLOBAL_PROTECT(admin_verbs_default)
/client/proc/cmd_admin_pm_context, /*right-click adminPM interface*/
/client/proc/cmd_admin_pm_panel, /*admin-pm list*/
/client/proc/stop_sounds,
/client/proc/mark_datum_mapview
/client/proc/mark_datum_mapview,
/client/proc/fix_air /*resets air in designated radius to its default atmos composition*/
)
GLOBAL_LIST_INIT(admin_verbs_admin, world.AVerbsAdmin())
GLOBAL_PROTECT(admin_verbs_admin)