Add stormy level flag

Which makes clouds create lightning bolts at random.
This flag is used on the plane of air.

Breaks saves and bones.
This commit is contained in:
Pasi Kallinen
2023-03-17 20:13:29 +02:00
parent 4799fc937a
commit aa83dadc1e
6 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
--
des.level_init({ style = "solidfill", fg = " " });
des.level_flags("mazelevel", "noteleport", "hardfloor", "shortsighted")
des.level_flags("mazelevel", "noteleport", "hardfloor", "shortsighted", "stormy")
-- The following messages are somewhat obtuse, to make then
-- equally meaningful if the player can see or not.
des.message("What a strange feeling!")