Allow creating unhidden traps in special levels
des.trap({ type = "rust", seen = true });
This commit is contained in:
@@ -128,6 +128,7 @@ typedef struct {
|
||||
packed_coord coord;
|
||||
xchar x, y, type;
|
||||
boolean spider_on_web;
|
||||
boolean seen;
|
||||
} spltrap;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user