From 55dd6da29011f26ca1eb9d4baf1aad4fdec28d32 Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 21 Feb 2026 05:10:22 +0100 Subject: [PATCH] Increase tokens' collection row length --- manifest.json | 2 +- src/token.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5bc9ce9..dcbf3b2 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.28" + "version": "1.5.29" } \ No newline at end of file diff --git a/src/token.lua b/src/token.lua index 53c9cef..874e1dc 100644 --- a/src/token.lua +++ b/src/token.lua @@ -15,7 +15,7 @@ SMODS.ConsumableType { name = "Token", }, shop_rate = 0, - collection_rows = {5, 6}, + collection_rows = {6, 6}, primary_colour = G.C.CHIPS, secondary_colour = G.C.VOUCHER, }