1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 20:07:58 +00:00

removed thematic -- could not make it cool

This commit is contained in:
Zeno Rogue
2025-07-09 09:42:38 +02:00
parent 48dd34baaf
commit 69840c6716
12 changed files with 9 additions and 272 deletions

View File

@@ -32,7 +32,6 @@ EX eLand getCurrentLandForMusic() {
if(isHaunted(id)) id = laHaunted;
if(id == laWarpSea) id = laWarpCoast;
if(id == laMercuryRiver) id = laTerracotta;
if(isThematic(id)) id = laThematic;
return id;
}