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:
John "Elwin" Edwards 2012-08-20 20:30:19 -07:00
parent e59194b5ce
commit f56c5bd801

View file

@ -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;
}
}