Skip to content

Commit

Permalink
misc: 使旋风人伪装免疫掉落伤害
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jan 29, 2024
1 parent c8af611 commit f2ad3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,6 @@ public static void addAbilityConfigurations(List<SkillAbilityConfiguration> skil
addAbilityConfiguration(skills, EntityType.TURTLE, AbilityType.CAN_BREATHE_UNDER_WATER);

addAbilityConfiguration(skills, EntityType.BREEZE, AbilityType.HAS_JUMP_BOOST);
addAbilityConfiguration(skills, EntityType.BREEZE, AbilityType.NO_FALL_DAMAGE);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public Map<SkillAbilityConfiguration, IMorphSkill<?>> getConfiguredSkills()
return "技能存储";
}

private final int targetVersion = 23;
private final int targetVersion = 24;

@Resolved
private MorphSkillHandler skillHandler;
Expand Down

0 comments on commit f2ad3ad

Please sign in to comment.