Skip to content

Commit

Permalink
Remove 1 Up Bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Sep 10, 2024
1 parent c785888 commit 1331f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Lua/Gimmicks/powerbubble.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ PTSR:AddBubblePower({
pop_color = SKINCOLOR_ORANGE
})

/*
PTSR:AddBubblePower({
name = "1 Up",
pickup_func = function(toucher)
Expand All @@ -118,6 +119,7 @@ PTSR:AddBubblePower({
--disable_popsound = true,
pop_color = SKINCOLOR_BLUE
})
*/

PTSR:AddBubblePower({
name = "Pity Shield",
Expand Down

0 comments on commit 1331f07

Please sign in to comment.