forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI data improvements for plumbing reaction chamber (tgstation#88881)
## About The Pull Request - Catalysts would be stored in both `required_reagents` & `catalysts` lists so it would occupy memory twice. This ensures they are stored in their own respective lists thus saving memory - Removes redundant `return FALSE` statements inside `ui_act()`. The parent return value is already `FALSE` so we can just allow that to return instead of explicitly specifying it when a certain condition fails ## Changelog :cl: code: improved ui data code for plumbing reaction chamber /:cl:
- Loading branch information
Showing
1 changed file
with
16 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters