Examples of applySantaAnna()


Examples of megamek.common.Entity.applySantaAnna()

            //FIXME: there must be a better place to do this
            if( phase == IGame.Phase.PHASE_DEPLOYMENT ) {
                if(entity instanceof Aero) {
                    if(game.getOptions().booleanOption("at2_nukes") &&
                            ((entity instanceof Dropship) || (entity instanceof Jumpship))) {
                        entity.applySantaAnna();
                    }
                    if(!((entity instanceof SmallCraft) || (entity instanceof Jumpship))) {
                        ((Aero)entity).applyBombs();
                    }
                }
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.