Remove hard dependency
This commit is contained in:
parent
a6e349fb57
commit
0145e774a5
2 changed files with 3 additions and 4 deletions
|
|
@ -13,11 +13,10 @@
|
|||
"dependencies": [
|
||||
"Steamodded (>=1.0.0~BETA-1606b)",
|
||||
"Lovely (>=0.6)",
|
||||
"Bakery (>=3.2.0~*)",
|
||||
"Roland (>=2.8.0~*)"
|
||||
"Bakery (>=3.2.0~*)"
|
||||
],
|
||||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.7.21"
|
||||
"version": "1.7.22"
|
||||
}
|
||||
|
|
@ -345,7 +345,7 @@ function Card:set_ability(center, initial, delay_sprites)
|
|||
self.gc and
|
||||
self:gc().key ~= "c_base" and
|
||||
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
|
||||
|
||||
for _, v in pairs(SMODS.find_card("j_jane_gourmand")) do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue