v0.2.3: bones now transfer artifact levels (but they are capped as usual)

This commit is contained in:
Evan Debenham
2014-11-19 13:20:38 -05:00
parent 977a320fc2
commit b73ee347f6
3 changed files with 13 additions and 10 deletions
@@ -173,7 +173,7 @@ public class WaterOfTransmutation extends WellWater {
if (n != null){
n.cursedKnown = a.cursedKnown;
n.cursed = a.cursed;
n.transferUpgrade(a);
n.transferUpgrade(a.visiblyUpgraded());
Journal.remove( Feature.WELL_OF_TRANSMUTATION );
}