Add level flag for plane of fire fumaroles

Also reduce the size of the gas clouds.

Breaks saves and bones.
This commit is contained in:
Pasi Kallinen
2023-03-17 19:35:57 +02:00
parent f2b75c3b0e
commit 4799fc937a
8 changed files with 21 additions and 7 deletions

View File

@@ -333,7 +333,7 @@ moveloop_core(void)
/* vision will be updated as bubbles move */
if (Is_waterlevel(&u.uz) || Is_airlevel(&u.uz))
movebubbles();
else if (Is_firelevel(&u.uz))
else if (gl.level.flags.fumaroles)
fumaroles();
/* when immobile, count is in turns */