Dehardcode sanctum temple secret door

This commit is contained in:
Pasi Kallinen
2020-02-01 21:30:50 +02:00
parent bb1925a957
commit dcdb8d437b
2 changed files with 3 additions and 5 deletions

View File

@@ -583,10 +583,6 @@ fixup_special()
g.level.flags.graveyard = 1;
} else if (Is_stronghold(&u.uz)) {
g.level.flags.graveyard = 1;
} else if (Is_sanctum(&u.uz)) {
croom = search_special(TEMPLE);
create_secret_door(croom, W_ANY);
} else if (on_level(&u.uz, &orcus_level)) {
struct monst *mtmp, *mtmp2;