Files
Bubberstation/code/modules/shuttle
Leland Kemble 1d8c7f1928 Fixes hardcoded pod storage safe security level lock & its initial icon setup (#95709)
## About The Pull Request

Pod wall storage tracks its own locked state and whatnot only to
hardblock based on security state, which is confusing especially to
those attempting to varedit.

Also, its initial icon is erroneously unlocked because it is updated by
the storage while the storage is being created, but as the storage is
still being created `atom_storage` hasn't been actually set yet.

## Why It's Good For The Game

Fixes it being locked when it shouldn't be(in varedits, but also in the
scenario someone launches the pod and later the security level is
lowered)

Fixes it appearing unlocked when it isn't.
2026-04-10 12:09:33 -05:00
..