Skip to content

Commit

Permalink
tamb and cowbell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Feb 1, 2025
1 parent 2141bf6 commit df27774
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions _ark/char/char_objects.dta
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,18 @@
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 @@ -1725,22 +1737,34 @@
{==
$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
{$mic_stand set_showing $show_mic}}
{if
$cowbell
{$cowbell set_showing $show_cowbell}}
{if
$tambourine
{$tambourine set_showing $show_tam}}}})
{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}
}
}
}
}})
(game_over
{$this game_over})
(game_outro
Expand Down

0 comments on commit df27774

Please sign in to comment.