Files
Bubberstation/code/game/objects/structures/crates_lockers
SkyratBot 7de0538c94 [MIRROR] Fixes freezers locking automatically when closed. [MDB IGNORE] (#19194)
* Fixes freezers locking automatically when closed. (#73253)

## About The Pull Request

Took a little while to figure out what was going on, Freezers override
close() but never return true when they successfully close which results
in the code for locking the freezer being called right after closing it.
## Why It's Good For The Game

Fixes an oversight.
## Changelog
🆑
fix: Freezer no longer lock automatically when closed.
/🆑

* Fixes freezers locking automatically when closed.

---------

Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>
2023-02-08 02:08:27 +00:00
..
2023-01-13 18:05:12 -05:00