v0.4.0: adjusted identification messages
This commit is contained in:
committed by
Evan Debenham
parent
f20130de0f
commit
9128b3ebe3
@@ -80,7 +80,7 @@ abstract public class Weapon extends KindOfWeapon {
|
||||
if (!levelKnown) {
|
||||
if (--hitsToKnow <= 0) {
|
||||
levelKnown = true;
|
||||
GLog.i( Messages.get(Weapon.class, "identify", name(), toString()) );
|
||||
GLog.i( Messages.get(Weapon.class, "identify") );
|
||||
Badges.validateItemLevelAquired( this );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user