Make some dialogues appear once per IWAD.

This commit is contained in:
Mari the Deer 2022-11-06 19:21:52 +01:00
commit a2509e76e1
4 changed files with 38 additions and 28 deletions

View file

@ -80,6 +80,8 @@ server int swwm_friendlyfire = 0; // 0: allow all friendly fire, 1: block incom
nosave bool swwm_showmaptitle = false; // shows the name of the map when entering, just like in dark souls!
server bool swwm_lobdoubled = false; // [LOB] Enable Double Death monster spawns
nosave int swwm_bardist = 2000; // distance at which healthbars will be visible (does not affect player bars)
nosave bool swwm_oldcheats = false; // has received the "old cheats" dialogue from Zanaveth
nosave bool swwm_ccmessage = false; // has received the "corruption cards" dialogue from Cytho
// minimap settings
nosave bool swwm_mm_enable = true; // show a minimap below the score counter