Fixed inexplicable reversions.

This commit is contained in:
Aryn
2014-02-19 17:11:09 -07:00
parent 83fdc0942c
commit a2d992ef5c
17 changed files with 223 additions and 225 deletions

18
code/ZAS/_docs.dm Normal file
View File

@@ -0,0 +1,18 @@
/*
Zone Air System:
This air system divides the station into impermeable areas called zones.
When something happens, i.e. a door opening or a wall being taken down,
zones equalize and eventually merge. Making an airtight area closes the connection again.
Important Functions:
air_master.mark_for_update(turf)
When stuff happens, call this. It works on everything.
*/
#define AIR_BLOCKED 1
#define ZONE_BLOCKED 2
#define BLOCKED 3