v0.3.5: fixed a couple artifact bugs
This commit is contained in:
parent
1882bd4640
commit
13df6a61f0
|
@ -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()) {
|
||||
|
|
|
@ -89,6 +89,8 @@ public class TalismanOfForesight extends Artifact {
|
|||
|
||||
GLog.p( Messages.get(this, "scry") );
|
||||
|
||||
updateQuickslot();
|
||||
|
||||
Buff.affect(hero, Awareness.class, Awareness.DURATION);
|
||||
Dungeon.observe();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user