v0.9.4: added a safety check to time stasis attaching
This commit is contained in:
parent
c84663d3fd
commit
cd148002df
|
@ -272,7 +272,9 @@ public class TimekeepersHourglass extends Artifact {
|
||||||
|
|
||||||
updateQuickslot();
|
updateQuickslot();
|
||||||
|
|
||||||
Dungeon.observe();
|
if (Dungeon.hero != null) {
|
||||||
|
Dungeon.observe();
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user