Merge branch 'NetHack-3.6.2'
This commit is contained in:
@@ -1485,7 +1485,7 @@ boolean maybe_wakeup;
|
||||
An attentive player will still notice that this is different from
|
||||
an arrow just landing short of any target (no message in that case),
|
||||
so will realize that there is a valid target here anyway. */
|
||||
if (!canseemon(mon) || (mon->m_ap_type && mon->m_ap_type != M_AP_MONSTER))
|
||||
if (!canseemon(mon) || (M_AP_TYPE(mon) && M_AP_TYPE(mon) != M_AP_MONSTER))
|
||||
pline("%s %s.", The(missile), otense(obj, "miss"));
|
||||
else
|
||||
miss(missile, mon);
|
||||
|
||||
Reference in New Issue
Block a user