mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 01:21:30 +00:00
* Fixes pancake stack sprites (#72650) ## About The Pull Request Pancakes were using inhand_sprite names (with no corresponding inhands) to get the sprite names for the random stack icons, which is why stacks consisting of baked pancakes became a pile of errors. I considered adding six pancake inhand sprites, or GAGSing them, but decided it does not worth it really, so i have just moved the base name to a new var, hopefully that is fine in this case. I have made the item argument of update_snack_overlays explicitly be a pancake, since this is the only way it is ever used. ## Why It's Good For The Game Fixes #71158 ## Changelog 🆑 fix: pancakes no longer show an error sprite when added to a stack /🆑 * Fixes pancake stack sprites Co-authored-by: Profakos <profakos@gmail.com>