Skip to content

Commit

Permalink
Aschar changes + Auxiliary changes for Ouruin + Merged Gyrth's fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbles committed Jan 30, 2024
1 parent 8a0e7eb commit 755599a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/Scripts/aschar.as
Expand Up @@ -3555,7 +3555,7 @@ void HandleSpecialKeyPresses() {
"recovery_time = 2.0f;");
}
}

/*
if(GetInputPressed(this_mo.controller_id, "debug_switch_to_combat_rabbit")) {
int rand_int = rand() % 3;

Expand Down Expand Up @@ -3651,7 +3651,7 @@ void HandleSpecialKeyPresses() {
if(GetInputPressed(this_mo.controller_id, "debug_switch_to_rabbot")) {
SwitchCharacter("Data/Characters/rabbot.xml");
}

*/
if(GetInputPressed(this_mo.controller_id, "debug_misc_action")) {
const bool kTestIdleAntic = false;

Expand Down

0 comments on commit 755599a

Please sign in to comment.