diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm
index 93f2f2718d..34f49b764d 100644
--- a/code/modules/admin/admin_verbs.dm
+++ b/code/modules/admin/admin_verbs.dm
@@ -587,7 +587,7 @@ var/list/admin_verbs_mod = list(
air_processing_killed = 0
usr << "Enabled air processing."
else
- kill_air = 1
+ air_processing_killed = 1
usr << "Disabled air processing."
feedback_add_details("admin_verb","KA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
log_admin("[key_name(usr)] used 'kill air'.")