rogue4: fix "You found you found" bug.
Both search() and tr_name() printed "you found" when a trap was discovered. It has been removed from search().
This commit is contained in:
parent
e59194b5ce
commit
f56c5bd801
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ search()
|
|||
chat(y, x) = TRAP;
|
||||
*fp |= F_REAL;
|
||||
count = running = FALSE;
|
||||
msg("%s%s", terse ? "" : "you found ", tr_name(*fp & F_TMASK));
|
||||
msg("%s", tr_name(*fp & F_TMASK));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue