v0.3.5: fixed a couple artifact bugs
This commit is contained in:
@@ -168,7 +168,7 @@ public class Bones {
|
||||
}
|
||||
}
|
||||
|
||||
if (item.isUpgradable()) {
|
||||
if (item.isUpgradable() || item instanceof Artifact) {
|
||||
item.cursed = true;
|
||||
item.cursedKnown = true;
|
||||
if (item.isUpgradable()) {
|
||||
|
||||
Reference in New Issue
Block a user