the #search command -- explicit searching */
| 2094 | |
| 2095 | /* the #search command -- explicit searching */ |
| 2096 | int |
| 2097 | dosearch(void) |
| 2098 | { |
| 2099 | if (cmd_safety_prevention("Searching", "another search", |
| 2100 | "You already found a monster.", |
| 2101 | &ga.already_found_flag)) |
| 2102 | return ECMD_OK; |
| 2103 | return dosearch0(0) ? ECMD_TIME : ECMD_OK; |
| 2104 | } |
| 2105 | |
| 2106 | void |
| 2107 | warnreveal(void) |
nothing calls this directly
no test coverage detected