v3.3.4: fixed vault tester area resetting Duelist's weapon charge

This commit is contained in:
Evan Debenham
2026-01-08 16:27:13 -05:00
parent 9a8ce2da3b
commit a610c43668
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ public class EscapeCrystal extends Item {
if (b instanceof Wand.Charger
|| b instanceof Artifact.ArtifactBuff
|| b instanceof Ring.RingBuff
|| b instanceof MeleeWeapon.Charger
//not melee charger, Duelist should retain her charge count
|| b instanceof ClassArmor.Charger){
b.detach();
}

View File

@@ -169,7 +169,7 @@ public class CityLevel extends RegularLevel {
if (b instanceof Wand.Charger
|| b instanceof Artifact.ArtifactBuff
|| b instanceof Ring.RingBuff
|| b instanceof MeleeWeapon.Charger
//not melee charger, Duelist should retain her charge count
|| b instanceof ClassArmor.Charger){
b.detach();
}