v0.6.5: fixed transmuted artifacts not respecting challenges

This commit is contained in:
Evan Debenham 2018-05-01 00:26:58 -04:00 committed by Evan Debenham
parent b1d0d6b392
commit ca6a35ba21

View File

@ -175,9 +175,10 @@ public class WaterOfTransmutation extends WellWater {
n.cursed = a.cursed;
n.levelKnown = a.levelKnown;
n.transferUpgrade(a.visiblyUpgraded());
return n;
}
return n;
return null;
}
private Wand changeWand( Wand w ) {