reading magic marker shows the specific red ink color
imps and other creatures cussing hero wake up nearby monsters
make ravens oviparous
+thrown items can get stuck in webs
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
{
struct monst *mtmp, *result = (struct monst *) 0;
struct obj *obj = *pobj;
+ struct trap *ttmp;
uchar typ;
boolean shopdoor = FALSE, point_blank = TRUE;
boolean in_skip = FALSE, allow_skip = FALSE;
maybe_explode_trap(t_at(g.bhitpos.x, g.bhitpos.y), obj);
mtmp = m_at(g.bhitpos.x, g.bhitpos.y);
+ ttmp = t_at(g.bhitpos.x, g.bhitpos.y);
+
+ if (!mtmp && ttmp && (ttmp->ttyp == WEB)
+ && (weapon == THROWN_WEAPON || weapon == KICKED_WEAPON)
+ && !rn2(3)) {
+ if (cansee(g.bhitpos.x, g.bhitpos.y)) {
+ pline("%s gets stuck in a web!", Yname2(obj));
+ ttmp->tseen = TRUE;
+ newsym(g.bhitpos.x, g.bhitpos.y);
+ }
+ break;
+ }
/*
* skipping rocks