P2 can now hit P1
This commit is contained in:
parent
39d214a3a2
commit
cfb056a05e
@ -397,10 +397,19 @@ public class match {
|
||||
case 21:
|
||||
try {
|
||||
handleThrows(p1, p2);
|
||||
handleThrows(p2,p1);
|
||||
|
||||
} catch (IndexOutOfBoundsException e) {}
|
||||
try {
|
||||
handleHits(p1, p2, inputsP2);
|
||||
|
||||
}catch (IndexOutOfBoundsException e) {};
|
||||
|
||||
try {
|
||||
|
||||
handleThrows(p2,p1);
|
||||
} catch (IndexOutOfBoundsException e) {}
|
||||
try {
|
||||
|
||||
handleHits(p2, p1, inputsP1);
|
||||
}catch (IndexOutOfBoundsException e) {};
|
||||
acCode = 22;
|
||||
|
Loading…
x
Reference in New Issue
Block a user