v0.9.4: added a safety check to time stasis attaching

This commit is contained in:
Evan Debenham 2021-08-11 14:49:20 -04:00
parent c84663d3fd
commit cd148002df

View File

@ -272,7 +272,9 @@ public class TimekeepersHourglass extends Artifact {
updateQuickslot();
Dungeon.observe();
if (Dungeon.hero != null) {
Dungeon.observe();
}
return true;
} else {