What I said, you should make sure all of the powers have unique enums. I don't know which you're currently using, but if two different powers have the same enum, they conflict with each other.
So what you need to do is make sure all the enums are unique, by using some unused ones for the new power.
|