From d382161a462ba8a047cba07e9ad6ab9a14fb11df Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 25 Mar 2025 22:27:26 +0100 Subject: [PATCH] Make default joker cost 1$ --- src/main.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.lua b/src/main.lua index f85ffb4..112cf83 100644 --- a/src/main.lua +++ b/src/main.lua @@ -10,3 +10,5 @@ SMODS.Atlas { key = "modicon", path = "icon.png", } + +SMODS.Joker:take_ownership("joker", {cost = 1}, true)