SHOW:
|
|
- or go back to the newest paste.
| 1 | #//public things | |
| 2 | public boolean GoodPointMade() = false; | |
| 3 | - | public String Bostonian.Emotions() = Chill; |
| 3 | + | public String Joseph.Emotions() = Chill; |
| 4 | public boolean CounterAbility() = true; | |
| 5 | ||
| 6 | ||
| 7 | - | #// check if Bostonian is jealous |
| 7 | + | #// check if Joseph is jealous |
| 8 | public void CheckJealousy() | |
| 9 | { if(CounterAbility() == false) {
| |
| 10 | - | Bostonian.setEmotions() = Jealous; |
| 10 | + | Joseph.setEmotions() = Jealous; |
| 11 | - | } else { Boston.setEmotions() = Chill;
|
| 11 | + | } else { Joseph.setEmotions() = Chill;
|
| 12 | ||
| 13 | } | |
| 14 | ||
| 15 | #// check if a good point has been made | |
| 16 | public void GoodPoints() | |
| 17 | {
| |
| 18 | if(Mcf.facedeskPoints()=>1){
| |
| 19 | GoodPointMade() = true; | |
| 20 | checkCounterAbility(); | |
| 21 | {
| |
| 22 | } | |
| 23 | ||
| 24 | - | #//check if Bostonian can counter AFTER a point has been made |
| 24 | + | #//check if Joseph can counter AFTER a point has been made |
| 25 | public void checkCounterAbility(){
| |
| 26 | - | mcf.user.getBostonianPoints() <= Mcf.facedeskPoints(){
|
| 26 | + | mcf.user.getJosephPoints() <= Mcf.facedeskPoints(){
|
| 27 | CounterAbility = false; | |
| 28 | } | |
| 29 | ||
| 30 | act() | |
| 31 | {
| |
| 32 | CheckJealousy(); | |
| 33 | } | |
| 34 | } |