v0.9.3: deactivating the cloak of shadows no longer takes time

This commit is contained in:
Evan Debenham 2021-04-28 21:35:04 -04:00
parent 9e525a6f02
commit e5a760f671

View File

@ -98,7 +98,6 @@ public class CloakOfShadows extends Artifact {
} else { } else {
activeBuff.detach(); activeBuff.detach();
activeBuff = null; activeBuff = null;
hero.spend( 1f );
hero.sprite.operate( hero.pos ); hero.sprite.operate( hero.pos );
} }