From da9b5696d3cc935f4ba2ba9cc48f84a0b94f98c9 Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 27 Mar 2025 01:56:54 +0100 Subject: [PATCH] Buff scaling in non-cryptid --- src/joker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joker.lua b/src/joker.lua index a7bbc2c..f14d65d 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -473,7 +473,7 @@ SMODS.Joker { "{C:inactive}(Currently {X:dark_edition,C:chips}" .. operator .. "#2#{C:inactive})", } }, - config = {big_num_scaler = true, extra = {tet = 0.1}}, + config = {big_num_scaler = true, extra = {tet = Cryptid and 0.1 or 0.5}}, pos = {x = 0, y = 0}, soul_pos = {x = 1, y = 0}, cost = 50,