/area/groundbase/civilian/bar/upper in exemption

Its only really that one open part
This commit is contained in:
ItsSelis
2022-07-02 21:16:35 +02:00
parent 9dbb6fdd66
commit 2a07a98cd1
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -52,11 +52,11 @@
area_good = 0
if(!A.air_scrub_info.len && !(A.type in exempt_from_atmos))
log_unit_test("[bad_msg] lacks an Air scrubber. (X[A.x]|Y[A.y]) - (Z[A.z]")
log_unit_test("[bad_msg] lacks an Air scrubber. (X[A.x]|Y[A.y]) - (Z[A.z])")
area_good = 0
if(!A.air_vent_info.len && !(A.type in exempt_from_atmos))
log_unit_test("[bad_msg] lacks an Air vent. (X[A.x]|Y[A.y]) - (Z[A.z]")
log_unit_test("[bad_msg] lacks an Air vent. (X[A.x]|Y[A.y]) - (Z[A.z])")
area_good = 0
if(!area_good)