Ceiling hiders on lava pools

Lava pools are perfectly valid locations for ceiling hiders
if they're hiding there - aka hanging from the ceiling.
This commit is contained in:
Pasi Kallinen
2023-02-04 19:39:25 +02:00
parent e1b01a5d7c
commit 9fd87db543

View File

@@ -156,6 +156,7 @@ sanity_check_single_mon(
&& (!has_ceiling(&u.uz) ||
!(levl[mx][my].typ == POOL
|| levl[mx][my].typ == MOAT
|| levl[mx][my].typ == LAVAPOOL
|| accessible(mx, my))))
impossible("ceiling hider hiding %s (%s)",
!has_ceiling(&u.uz) ? "without ceiling"