Merge branch 'v0.2.1' of https://github.com/00-Evan/shattered-pixel-dungeon
Changes in v0.2.1c Conflicts: src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java Additionally: Improved challenge characteristics (now armor challenge removes the reward menu button, rather than giving cloth armor)
This commit is contained in:
@@ -359,10 +359,6 @@ public class Ghost extends NPC {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO this is silly, why trap the player with bad armour? Just remove the button from the window.
|
||||
if (Dungeon.isChallenged( Challenges.NO_ARMOR ))
|
||||
armor = (Armor)new ClothArmor().degrade();
|
||||
|
||||
weapon.identify();
|
||||
armor.identify();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user