Package megamek.common

Examples of megamek.common.Infantry.applyDamage()


                            "Couldn't get an integer from " + attrStr);
                }

                // Shooting strength is set... oddly.
                entity.setInternal(Infantry.LOC_INFANTRY, attrVal);
                entity.applyDamage();
            }

        } // Handle the next element.

        // Return the entity.
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.