Created
September 6, 2026 09:38
-
-
Save YellowOnion/051c1906c71f0bb30fe747b19fe1de57 to your computer and use it in GitHub Desktop.
Brotato, Free reroll mod.
This file contains hidden or 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
| extends "res://ui/menus/ingame/upgrades_ui.gd" | |
| func show_upgrade_options(level:int)->void : | |
| if (level == 1): | |
| _reroll_price = 0 | |
| .show_upgrade_options(level) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment