statue trap triggered by Blind searching
<Someone> wrote: > Blind, s)earching unknown territory... > > "You find something posing as a statue." > > Shouldn't this map_invisible()?
This commit is contained in:
@@ -494,6 +494,8 @@ int *fail_reason;
|
||||
} else { /* cause == ANIMATE_NORMAL */
|
||||
You("find %s posing as a statue.",
|
||||
canspotmon(mon) ? a_monnam(mon) : something);
|
||||
if (!canspotmon(mon) && Blind)
|
||||
map_invisible(x,y);
|
||||
stop_occupation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user