v0.9.2: fixed recently introduced errors with the cloak of shadows

This commit is contained in:
Evan Debenham 2021-02-21 00:39:37 -05:00
parent b2957d1e60
commit e8f4bc7312

View File

@ -362,6 +362,8 @@ public class CloakOfShadows extends Artifact {
@Override
public void detach() {
activeBuff = null;
if (target.invisible > 0) target.invisible--;
updateQuickslot();