mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 09:54:03 +00:00
* Fixes broken icons in the crafting menu for good (#84788) ## About The Pull Request - Continuation of #75649 Even after that PR some icons that are not 32x32 still appear broken under the requirement sections  Now all icons are cached away into its own list and we look it up. To reduce this list size we only store icons that are not the standard 32x32(from debugging there are only 20 items as of now). Icons that are of standard size can be inferred from the cooking mode & the atom id. Basically we now get correct icons for everything  Sometime soon i do plan to follow up on https://github.com/tgstation/tgstation/pull/75649#issuecomment-1562767046 & remove all `preview_icons` but not today ## Changelog 🆑 fix: all icons in the crafting menu (some that you missed) are now fixed permanently /🆑 --------- Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com> * Fixes broken icons in the crafting menu for good --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>