Charm nanos allow overwrite #590
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Charm nanos are allowed to overwrite existing charms already running on a target. Doing so causes the casting animation to get stuck, and the player can no longer cast nanos until zoning. A "successful" overwrite attempt cancels the running charm nano but does not apply the new one.
This may be related to #589 since on live one of the checks when casting a charm is whether a charmed pet already exists, and failures are met with a "You already have a psychosis pet" message. Since charmed targets do not yet become pets on PRK they do not become friendly and so an attempt to overwrite charms can be made.
Regardless, charms should not be allowed to overwrite each other, or should do so without locking casting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Charm nanos should block attempts to overwrite, or should successfully overwrite completely.
Confirmed fixed. The charmed target correctly becomes friendly and attempts to overwrite the charm nano fail on that basis.