1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-02 21:31:22 +00:00

renamed enums for Invincible -> Ruins

This commit is contained in:
Zeno Rogue
2018-01-03 21:51:11 +01:00
parent e20f336b82
commit 1e85e21fb4
8 changed files with 16 additions and 16 deletions

View File

@@ -545,7 +545,7 @@ string generateHelpForLand(eLand l) {
KILLREQ(moAirElemental, laWhirlwind);
}
if(l == laInvincible)
if(l == laRuins)
KILLREQ(moSkeleton, laPalace);
if(l == laTrollheim) {