 |
Description |
Enemies have two moves associated with the Rage command and two moves associated with the Sketch command. Unfortunately, two moves by enemy is insufficient to represent the enemy behavior.
The patch redirects the Rage and Sketch command to use the Control list instead of their own lists. It generates new combinations for the Rage and Sketch commands. The Control list has four maximum moves by enemy and the algorithm always add the Fight command and the enemy Special command.
The Sketch command has a dangerous bug where a failed sketch can corrupt the game. An alternative version of the bug fix used in the version 1.1 of the game was implemented and added to the patch. |
|