Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #//public things
- public boolean GoodPointMade() = false;
- public String Bostonian.Emotions() = Chill;
- public boolean CounterAbility() = true;
- #// check if Bostonian is jealous
- public void CheckJealousy()
- { if(CounterAbility() == false) {
- Bostonian.setEmotions() = Jealous;
- } else { Boston.setEmotions() = Chill;
- }
- #// check if a good point has been made
- public void GoodPoints()
- {
- if(Mcf.facedeskPoints()=>1){
- GoodPointMade() = true;
- checkCounterAbility();
- {
- }
- #//check if Bostonian can counter AFTER a point has been made
- public void checkCounterAbility(){
- mcf.user.getBostonianPoints() <= Mcf.facedeskPoints(){
- CounterAbility = false;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment