More branch switching

This commit is contained in:
Darlantan
2022-06-11 17:15:36 -04:00
parent 9199f5a281
commit 97e061b39c
2 changed files with 204 additions and 59 deletions
@@ -302,6 +302,9 @@
// Opens/closes the panel.
if(!busy)
panel_open = !panel_open
if("mode_toggle")
// Toggles production mode.
production_mode = !production_mode
if("add_recipe")
// Allows the user to add a recipe. Kinda vital for this machine to do anything useful.
if(recipes.len >= SYNTHESIZER_MAX_RECIPES)