Rig helmets are now airtight when they should be, rather than when they shouldn't

This commit is contained in:
Atermonera
2019-03-27 21:12:31 -04:00
committed by Novacat
parent e0597368d5
commit ed933cedc8
+2 -2
View File
@@ -214,11 +214,11 @@
if(seal == 1)
min_pressure_protection = rigsuit_min_pressure
max_pressure_protection = rigsuit_max_pressure
piece.item_flags &= ~AIRTIGHT
piece.item_flags |= AIRTIGHT
else
min_pressure_protection = null
max_pressure_protection = null
piece.item_flags |= AIRTIGHT
piece.item_flags &= ~AIRTIGHT
return