Fix moire never appearing in non-cryptid
This commit is contained in:
parent
d131dadae8
commit
af75973c0b
2 changed files with 3 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.5.16"
|
"version": "1.5.15"
|
||||||
}
|
}
|
||||||
|
|
@ -11,6 +11,7 @@ local function allow_moire()
|
||||||
|
|
||||||
for _, v in pairs(SMODS.find_card("j_jane_saint")) do
|
for _, v in pairs(SMODS.find_card("j_jane_saint")) do
|
||||||
if v.is_attuned then
|
if v.is_attuned then
|
||||||
|
if v.ability.extra.is_attuned then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
@ -168,7 +169,7 @@ SMODS.Edition({
|
||||||
},
|
},
|
||||||
config = {e_chips = Cryptid and 0.8 or 0.9, e_mult = Cryptid and 1.2 or 1.1},
|
config = {e_chips = Cryptid and 0.8 or 0.9, e_mult = Cryptid and 1.2 or 1.1},
|
||||||
sound = {sound = "jane_e_moire", per = 1, vol = 0.7},
|
sound = {sound = "jane_e_moire", per = 1, vol = 0.7},
|
||||||
weight = 4,
|
weight = 2,
|
||||||
extra_cost = 6,
|
extra_cost = 6,
|
||||||
in_shop = true,
|
in_shop = true,
|
||||||
shader = "moire",
|
shader = "moire",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue