Remove hard dependency

This commit is contained in:
Emik 2026-06-15 17:17:22 +02:00
parent a6e349fb57
commit 348354f850
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 4 deletions

View file

@ -13,11 +13,10 @@
"dependencies": [ "dependencies": [
"Steamodded (>=1.0.0~BETA-1606b)", "Steamodded (>=1.0.0~BETA-1606b)",
"Lovely (>=0.6)", "Lovely (>=0.6)",
"Bakery (>=3.2.0~*)", "Bakery (>=3.2.0~*)"
"Roland (>=2.8.0~*)"
], ],
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.7.21" "version": "1.7.22"
} }

View file

@ -345,7 +345,7 @@ function Card:set_ability(center, initial, delay_sprites)
self.gc and self.gc and
self:gc().key ~= "c_base" and self:gc().key ~= "c_base" and
string.sub(self:gc().key, 1, 2) == "c_" then string.sub(self:gc().key, 1, 2) == "c_" then
if Jane.cry then if Jane.cry or not ((SMODS.Mods.Roland or {}).qol or {})[1] then
local mod = 1 local mod = 1
for _, v in pairs(SMODS.find_card("j_jane_gourmand")) do for _, v in pairs(SMODS.find_card("j_jane_gourmand")) do