mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Fixed comment
This commit is contained in:
parent
4b8026502d
commit
57d333807e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user