|
|
@ -1539,7 +1539,7 @@ mon_learns_traps(struct monst *mtmp, int ttyp)
|
|
|
|
mtmp->mtrapseen |= (1L << (ttyp - 1));
|
|
|
|
mtmp->mtrapseen |= (1L << (ttyp - 1));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* monsters see a trap trigger, and remember it */
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
mons_see_trap(struct trap *ttmp)
|
|
|
|
mons_see_trap(struct trap *ttmp)
|
|
|
|
{
|
|
|
|
{
|
|
|
|