From 7fbb37b4d5431b08884fdb251ea065e8625fdff7 Mon Sep 17 00:00:00 2001 From: Casimir Eisenach Date: Thu, 23 Jan 2025 15:20:11 +0100 Subject: [PATCH] `assert(SMODS ~= Cryptid)` --- lovely/tag.toml | 2 +- version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lovely/tag.toml b/lovely/tag.toml index f407a2d7..7a885e3f 100644 --- a/lovely/tag.toml +++ b/lovely/tag.toml @@ -129,7 +129,7 @@ position = "after" match_indent = true payload = '''if not G.blind_select_opts then G.GAME.round_resets.boss_rerolled = true - if not G.from_boss_tag then ease_dollars(-cry_cheapest_boss_reroll()) end + if not G.from_boss_tag then ease_dollars(-10) end G.from_boss_tag = nil G.GAME.round_resets.blind_choices.Boss = get_new_boss() for i = 1, #G.GAME.tags do diff --git a/version.lua b/version.lua index 3d34e78d..eb0a7a52 100644 --- a/version.lua +++ b/version.lua @@ -1 +1 @@ -return "1.0.0~ALPHA-1323a-STEAMODDED" \ No newline at end of file +return "1.0.0~ALPHA-1323b-STEAMODDED" \ No newline at end of file