Skip to content

Commit

Permalink
Fix being unable to execute undead fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruin0x11 committed Jun 26, 2022
1 parent 57737c3 commit 525c81c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions 2.05-custom-gx/action.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -10403,12 +10403,11 @@
promptAdd s(cnt), key_select(cnt)
loop
val = promptx, prompty, 300, 1
gosub *prompt_key
gosub *prompt_key
if ( stat == 0 ) {
gosub *screen_draw
goto *pc_turn
}
gosub *prompt_key
if ( rtval == 4 ) {
goto *pc_turn
}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Added
- Ported all changes from Elona+ 2.13.

## Fixed
- Fixed being unable to execute undead fusion.

# 2.12.1.1

## Added
Expand Down

0 comments on commit 525c81c

Please sign in to comment.