fixes pod storage

fixes the emergency pod suit storage being open on non-red/delta alert and the shuttle was on the station
This commit is contained in:
Sanator
2019-08-13 16:09:34 +01:00
parent 923bd6b0a6
commit 9c62e7e9c5
+1 -1
View File
@@ -289,7 +289,7 @@ All ShuttleMove procs go here
// If the pod was launched, the storage will always open. The CentCom check
// ignores the movement of the shuttle from the staging area on CentCom to
// the station as it is loaded in.
if (oldT && !is_centcom_level(oldT.z))
if (oldT && !is_reserved_level(oldT.z))
unlocked = TRUE
/************************************Mob move procs************************************/