v3.3.4: fixed specific cases where thrown weapon sets wouldn't ID
This commit is contained in:
@@ -327,6 +327,8 @@ abstract public class MissileWeapon extends Weapon {
|
||||
parent.identify();
|
||||
}
|
||||
}
|
||||
} else if (parent != null && isIdentified() && !parent.isIdentified()){
|
||||
parent.identify();
|
||||
}
|
||||
|
||||
if (!isIdentified() && ShardOfOblivion.passiveIDDisabled()){
|
||||
|
||||
Reference in New Issue
Block a user