Skip to content

Commit

Permalink
fix dank men stage (f- love you shadowmario)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snirozu committed Feb 2, 2025
1 parent fb9025d commit 780dac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/states/stages/Tank.hx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ class Tank extends BaseStage
{
for (daGf in gfGroup)
{
if (!(daGf is Character)) continue;

var gf:Character = cast daGf;
if(gf.curCharacter == 'pico-speaker')
{
Expand Down

0 comments on commit 780dac7

Please sign in to comment.