mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 10:37:45 +01:00
Rig helmets are now airtight when they should be, rather than when they shouldn't
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user