Examples of attacked()


Examples of net.mdked.Jrachgame.world.Animal.attacked()

            //            kopie
            playSound(5,getDRX(an.x),getDRY(an.y));

            an.criticalWound = true;
            an.hp -= 50;
            an.attacked(mis.host);
            switch (an.type) {
            case 0:
              playSound(9,getDRX(an.x),getDRY(an.y));
              break;
            case 1:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.