Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions items/planet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,9 @@ local universe = {
}
function suit_level_up(center, card, area, copier, number)
local used_consumable = copier or card
if not number then
number = 1
end
for _, v in pairs(card.config.center.config.hand_types) do
update_hand_text(
{ sound = "button", volume = 0.7, pitch = 0.8, delay = 0.3 },
Expand Down