v0.4.0: refactoring for enchant/glyph referencing
This commit is contained in:
committed by
Evan Debenham
parent
4c8bcade38
commit
912fd447d0
@@ -83,7 +83,7 @@ public class Stylus extends Item {
|
||||
if (!armor.isIdentified() ){
|
||||
GLog.w( Messages.get(this, "identify"));
|
||||
return;
|
||||
} else if (armor.cursed || (armor.glyph != null && armor.glyph.curse())){
|
||||
} else if (armor.cursed || armor.hasCurseGlyph()){
|
||||
GLog.w( Messages.get(this, "cursed"));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user