Lua: Traps without victims
Traps may get corpses generated on them on early dungeon levels, to warn off fragile starting heroes. Allow creating traps in lua without the corpse.
This commit is contained in:
@@ -127,6 +127,7 @@ typedef struct {
|
||||
xint16 type;
|
||||
boolean spider_on_web;
|
||||
boolean seen;
|
||||
boolean novictim;
|
||||
} spltrap;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user