fake trap deaths
Eliminate the 'goto' for human corpse added a day or two ago. If a dead gnome is generated with a candle, light it if/when the spot is dark. (Testing never managed to verify that this works as intended.) mkcorpstat() never returns Null.
This commit is contained in:
@@ -1605,7 +1605,7 @@ extern int weight(struct obj *) NONNULLARG1;
|
||||
extern struct obj *mkgold(long, coordxy, coordxy);
|
||||
extern void fixup_oil(struct obj *, struct obj *) NONNULLARG1;
|
||||
extern struct obj *mkcorpstat(int, struct monst *, struct permonst *,
|
||||
coordxy, coordxy, unsigned);
|
||||
coordxy, coordxy, unsigned) NONNULL;
|
||||
extern int corpse_revive_type(struct obj *) NONNULLARG1;
|
||||
extern struct obj *obj_attach_mid(struct obj *, unsigned);
|
||||
extern struct monst *get_mtraits(struct obj *, boolean) NONNULLARG1;
|
||||
|
||||
Reference in New Issue
Block a user