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