Fixed comment

This commit is contained in:
Bertie690 2025-06-21 14:35:35 -04:00
parent 4b8026502d
commit 57d333807e

View File

@ -8382,7 +8382,7 @@ export function initAbilities() {
new Ability(AbilityId.IMPOSTER, 5) new Ability(AbilityId.IMPOSTER, 5)
.attr(PostSummonTransformAbAttr) .attr(PostSummonTransformAbAttr)
.uncopiable() .uncopiable()
.edgeCase(), // Should copy rage fist hit count .edgeCase(), // Should copy rage fist hit count, etc (see Transform edge case for full list)
new Ability(AbilityId.INFILTRATOR, 5) new Ability(AbilityId.INFILTRATOR, 5)
.attr(InfiltratorAbAttr) .attr(InfiltratorAbAttr)
.partial(), // does not bypass Mist .partial(), // does not bypass Mist