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

@@ -3747,6 +3747,8 @@ lspo_level_flags(lua_State *L)
gl.level.flags.deathdrops = 0;
else if (!strcmpi(s, "noautosearch"))
gl.level.flags.noautosearch = 1;
else if (!strcmpi(s, "fumaroles"))
gl.level.flags.fumaroles = 1;
else {
char buf[BUFSZ];
Sprintf(buf, "Unknown level flag %s", s);