use of main.content.CONTENT_CONSTS2.INJURY_TYPE in project Eidolons by IDemiurge.
the class InjuryRule method applyInjuryRule.
// dynamic reset to support cure?
public static void applyInjuryRule(DC_ActiveObj action) {
INJURY_TYPE type = null;
new InjuryEffect(type);
// action.getDamageType()
}
Aggregations