Skip to content

Commit

Permalink
Merge pull request #57 from 07th-mod/f-fix-priority
Browse files Browse the repository at this point in the history
Priority Fixes for review
  • Loading branch information
orian34 committed Mar 18, 2024
2 parents 228c4b2 + 56394b2 commit 415c1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/&toketu2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ void main()
Wait( 1800 );
SetValidityOfInput( TRUE );
PlaySE( 0, "Thisikuki", 56, 64 );
DrawBustshot( 28, "Toketu1b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
DrawBustshot( 28, "Toketu1b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 27, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 2300 );
SetValidityOfInput( TRUE );
PlaySE( 0, "Thisikuki", 56, 64 );
DrawBustshot( 29, "Toketu1c", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
DrawBustshot( 29, "Toketu1c", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 28, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 3000 );
SetValidityOfInput( TRUE );
Expand Down

0 comments on commit 415c1ab

Please sign in to comment.