Skip to content

Commit

Permalink
Update game_airis.js
Browse files Browse the repository at this point in the history
  • Loading branch information
syuribox authored Dec 8, 2023
1 parent 32f5d16 commit 13cd422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_airis.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function draw_title() {
stroke(0);
}
let mikata_data = ['', ['マリア', 1], ['黒猫', 4], ['白猫', 5], ['トラ猫', 6]];
let items = [[2, 3], [6, 1], [8, 99]];
let items = [[2, 3], [6, 1], [8, 1]];
let battle_map = 0;
let battle_mode = 0;
let battle_count = 0;
Expand Down

0 comments on commit 13cd422

Please sign in to comment.