Merge pull request #3651 from SkyMarshal/airfixes

ZAS update, needs testing.
This commit is contained in:
Zuhayr
2013-09-07 05:46:04 -07:00
18 changed files with 522 additions and 362 deletions

View File

@@ -581,11 +581,11 @@ var/list/admin_verbs_mod = list(
set category = "Debug"
set name = "Kill Air"
set desc = "Toggle Air Processing"
if(kill_air)
kill_air = 0
if(air_processing_killed)
air_processing_killed = 0
usr << "<b>Enabled air processing.</b>"
else
kill_air = 1
air_processing_killed = 1
usr << "<b>Disabled air processing.</b>"
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'.")