mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Fix for the runtime Mloc sent me.
This commit is contained in:
@@ -191,6 +191,7 @@ connection
|
|||||||
|
|
||||||
proc/CheckPassSanity()
|
proc/CheckPassSanity()
|
||||||
Cleanup()
|
Cleanup()
|
||||||
|
if(A.zone && B.zone)
|
||||||
if(A.ZAirPass(B))
|
if(A.ZAirPass(B))
|
||||||
var/door_pass = A.CanPass(null,B,1.5,1)
|
var/door_pass = A.CanPass(null,B,1.5,1)
|
||||||
if(door_pass || A.CanPass(null,B,0,0))
|
if(door_pass || A.CanPass(null,B,0,0))
|
||||||
|
|||||||
Reference in New Issue
Block a user