summaryrefslogtreecommitdiff
path: root/scenes
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 17:32:25 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 17:32:25 -0600
commit77e45cf5cc0baa0af0a34b84f4932c2c14156a61 (patch)
tree75482b6e72b893da048c58d4bb59e84af5ee53a5 /scenes
parent9f505c69edd093b807e6924d708993db253b2c92 (diff)
parent2ef6e5fe52f1ea37e485b559e4cac851a70c31d8 (diff)
Merge branch 'main' into main-window
Diffstat (limited to 'scenes')
-rw-r--r--scenes/stockticker/stonks.gd2
1 files changed, 1 insertions, 1 deletions
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