mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
powder that makes you say yes
This commit is contained in:
@@ -3,14 +3,6 @@
|
|||||||
/atom/var/pressure_resistance = ONE_ATMOSPHERE
|
/atom/var/pressure_resistance = ONE_ATMOSPHERE
|
||||||
/atom/var/can_atmos_pass = ATMOS_PASS_YES
|
/atom/var/can_atmos_pass = ATMOS_PASS_YES
|
||||||
|
|
||||||
// Purpose: Determines if the object can pass this atom.
|
|
||||||
// Called by: Movement.
|
|
||||||
// Inputs: The moving atom, target turf.
|
|
||||||
// Outputs: Boolean if can pass.
|
|
||||||
// Airflow and ZAS zones now uses CanZASPass() instead of this proc.
|
|
||||||
/atom/proc/CanPass(atom/movable/mover, turf/target)
|
|
||||||
return !density
|
|
||||||
|
|
||||||
// Purpose: Determines if airflow is allowed between T and loc.
|
// Purpose: Determines if airflow is allowed between T and loc.
|
||||||
// Called by: Airflow.
|
// Called by: Airflow.
|
||||||
// Inputs: The turf the airflow is from, which may not be the same as loc. is_zone is for conditionally disallowing merging.
|
// Inputs: The turf the airflow is from, which may not be the same as loc. is_zone is for conditionally disallowing merging.
|
||||||
|
|||||||
Reference in New Issue
Block a user