Merge pull request #3047 from ComicIronic/StepAction

Removes the STOPSPRESSUREDMG flag
This commit is contained in:
d3athrow
2015-02-16 11:19:17 -06:00
16 changed files with 80 additions and 40 deletions

View File

@@ -1,8 +1,4 @@
/atom/var/pressure_resistance = ONE_ATMOSPHERE
atom/proc/CanPass(atom/movable/mover, turf/target, height=1.5, air_group = 0)
/atom/proc/CanPass(atom/movable/mover, turf/target, height=1.5, air_group = 0)
//Purpose: Determines if the object (or airflow) can pass this atom.
//Called by: Movement, airflow.
//Inputs: The moving atom (optional), target turf, "height" and air group