p_open -> panel_open

This commit is contained in:
uraniummeltdown
2018-01-23 18:10:57 +05:00
parent 7b4390a828
commit 134ad47f80
8 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ var/const/AIRLOCK_WIRE_LIGHT = 512
if(A.isElectrified())
if(A.shock(L, 100))
return 0
if(A.p_open)
if(A.panel_open)
return 1
return 0