File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments