Skip to content

Commit

Permalink
Revert "tamb and cowbell fix"
Browse files Browse the repository at this point in the history
This reverts commit df27774.
  • Loading branch information
jnackmclain committed Feb 1, 2025
1 parent 192186e commit 8d2e69d
Showing 1 changed file with 9 additions and 33 deletions.
42 changes: 9 additions & 33 deletions _ark/char/char_objects.dta
Original file line number Diff line number Diff line change
Expand Up @@ -1705,18 +1705,6 @@
sm58_resource.mesh
)
)
($cowbell_meshes
(
cowbell.mesh
cowbell_stick.mesh
)
)
($tamb_meshes
(
tamborine_body.mesh
tamborine_cymbals.mesh
)
)
($mic
{instrument find translucent.grp})
($mic_stand
Expand All @@ -1737,34 +1725,22 @@
{==
$inst
"cowbell"})
;mic teleport fix, lmao
{if $mic
{foreach $entry $mic_meshes
{if {instrument find $entry}
{{instrument find $entry} set_showing $show_mic}
}
}
}
{if $mic_stand
{if {instrument find mic_stand.mesh}
{{instrument find mic_stand.mesh} set_showing $show_mic}
}
}
{if $cowbell
{foreach $entry $cowbell_meshes
{if {instrument find $entry}
{{instrument find $entry} set_showing $show_cowbell}
}
}
}
{if $tambourine
{foreach $entry $tamb_meshes
{if {instrument find $entry}
{{instrument find $entry} set_showing $show_tam}
}
}
}
}})
{if
$mic_stand
{$mic_stand set_showing $show_mic}}
{if
$cowbell
{$cowbell set_showing $show_cowbell}}
{if
$tambourine
{$tambourine set_showing $show_tam}}}})
(game_over
{$this game_over})
(game_outro
Expand Down

0 comments on commit 8d2e69d

Please sign in to comment.