1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-05 17:30:16 +00:00

fixed Orb of the Warp destroyed while refactoring

This commit is contained in:
Zeno Rogue
2019-04-17 00:42:51 +02:00
parent 5b87088ade
commit f507b7cf55
8 changed files with 18 additions and 15 deletions

View File

@@ -864,7 +864,7 @@ void describeMouseover() {
if(rosedist(c) || c->land == laRose || c->wall == waRose)
appendHelp(string("\n\n") + rosedesc);
if(isWarped(c) && !isWarped(c->land))
if(isWarped(c) && !isWarpedType(c->land))
out += ", warped";
if(isWarped(c)) {