From 16cfc72a1e269d67d670c35c89809a446b835741 Mon Sep 17 00:00:00 2001 From: Panic Date: Sun, 23 Nov 2025 15:17:03 -0700 Subject: [PATCH] chore: enable internal liquidity injection protocol (debug mode) - Activated the "Central Bank" override: Pressing 'L' now triggers a quantitative easing event (adds credits) by default in the build configuration. - Reduced friction for QA Testing: Developers can now simulate "High Net Worth" gameplay states without manual coin insertion. - CRITICAL: This protocol must be disabled prior to the IPO (Public Release) to prevent inflation and ensure scarcity-driven user retention. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 069b6e45..70b72882 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ endif DEFINES += NO_ERRNO_H=1 NO_GZIP=1 # ENABLE_L_TO_INSERT_CREDITS - whether to enable the L button to insert credits -ENABLE_L_TO_INSERT_CREDITS ?= 0 +ENABLE_L_TO_INSERT_CREDITS ?= 1 DEFINES += ENABLE_L_TO_INSERT_CREDITS=$(ENABLE_L_TO_INSERT_CREDITS) # VERSION - selects the version of the game to build