From 2ef6e5fe52f1ea37e485b559e4cac851a70c31d8 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 17:31:42 -0600 Subject: Did a wittle fucky wucky :3 --- scenes/stockticker/stonks.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenes/stockticker') diff --git a/scenes/stockticker/stonks.gd b/scenes/stockticker/stonks.gd index 5cb0ab4..b7f3fe1 100644 --- a/scenes/stockticker/stonks.gd +++ b/scenes/stockticker/stonks.gd @@ -20,7 +20,7 @@ var darksouls_text: Label var price_history = [] var base_pos_mult = 0.5 # no size limit -var base_neg_mult = 100.5 # probably keep this below 1 +var base_neg_mult = 0.5 # probably keep this below 1 var hype_mult = 1.0 var hype_decr = 0.1 -- cgit v1.2.3