Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius7309 committed Jan 20, 2025
1 parent b98490f commit c36afe7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/game_object.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1206,18 +1206,11 @@ Set `prefix_config.key = false` on your object instead.]]):format(obj.key), obj.

SMODS.Voucher:take_ownership('observatory', {
calculate = function(self, card, context)
if context.other_consumeable then
print'1'
if context.other_consumeable.ability.set == 'Planet' then
print'2'
end
end
if
context.other_consumeable and
context.other_consumeable.ability.set == 'Planet' and
context.other_consumeable.ability.consumeable.hand_type == context.scoring_name
then
print('hi mom')
return {
x_mult = card.ability.extra
}
Expand Down

0 comments on commit c36afe7

Please sign in to comment.