mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-02 04:27:42 +01:00
2b154fd86e
* Fixes an issue with the "recolor from string" option in the greyscale modify menu (#77798) ## About The Pull Request The number of colors has to match the expected color of the greyscale configuration, otherwise the whole proc chain behind the generation of the resulting icon will crash here: https://github.com/tgstation/tgstation/blob/ac446d8bad3596016217112a53fe91b8140dace2/code/datums/greyscale/_greyscale_config.dm#L253 ## Why It's Good For The Game One of the thousands runtimes I've seen in the runtime viewer. ## Changelog 🆑 fix: Fixed an issue with the "recolor from string" option in the greyscale modify menu that resulted in invisible icons. /🆑 * Fixes an issue with the "recolor from string" option in the greyscale modify menu --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>