Allow spiders to spin webs
Revisited this feature, and the chance of a spider spinning a web depends now on the number of webs already present on the level. For a giant spider to spin a web in the middle of a room with no supports, the limit of existing webs is 4, next to one support 9, next to two supports 14, and so on. Cave spider limits are much lower.
This commit is contained in:
@@ -2641,6 +2641,7 @@ extern boolean chest_trap(struct obj *, int, boolean);
|
||||
extern void deltrap(struct trap *);
|
||||
extern boolean delfloortrap(struct trap *);
|
||||
extern struct trap *t_at(int, int);
|
||||
extern int count_traps(int);
|
||||
extern void b_trapped(const char *, int);
|
||||
extern boolean unconscious(void);
|
||||
extern void blow_up_landmine(struct trap *);
|
||||
|
||||
Reference in New Issue
Block a user