Allow creating unhidden traps in special levels

des.trap({ type = "rust", seen = true });
This commit is contained in:
Pasi Kallinen
2022-02-19 12:38:24 +02:00
parent a1d5464fa7
commit c434236f1e
6 changed files with 11 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ typedef struct {
packed_coord coord;
xchar x, y, type;
boolean spider_on_web;
boolean seen;
} spltrap;
typedef struct {