diff options
Diffstat (limited to 'scenes/stockticker/stonks.gd')
-rw-r--r-- | scenes/stockticker/stonks.gd | 2 |
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 |