Skip to content

Commit a110b27

Browse files
fix description
1 parent 8e23655 commit a110b27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

items/spooky.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,10 +858,10 @@ local trick_or_treat = {
858858
calculate = function(self, card, context)
859859
if context.selling_self then
860860
if
861-
not SMODS.pseudorandom_probability(
861+
SMODS.pseudorandom_probability(
862862
card,
863863
"cry_trick_or_treat",
864-
1,
864+
3,
865865
card and card.ability.extra.odds or self.config.extra.odds
866866
)
867867
then
@@ -891,7 +891,7 @@ local trick_or_treat = {
891891
end,
892892
loc_vars = function(self, info_queue, center)
893893
local num, denom =
894-
SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds)
894+
SMODS.get_probability_vars(card, 3, card and card.ability.extra.odds or self.config.extra.odds)
895895
return {
896896
vars = {
897897
num,

0 commit comments

Comments
 (0)