mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-24 15:45:37 +01:00
1d8c7f1928
## 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.