#loot extended command */
| 2163 | |
| 2164 | /* #loot extended command */ |
| 2165 | int |
| 2166 | doloot(void) |
| 2167 | { |
| 2168 | int res; |
| 2169 | |
| 2170 | gl.loot_reset_justpicked = TRUE; |
| 2171 | res = doloot_core(); |
| 2172 | gl.loot_reset_justpicked = FALSE; |
| 2173 | return res; |
| 2174 | } |
| 2175 | |
| 2176 | /* loot a container on the floor or loot saddle from mon. */ |
| 2177 | staticfn int |
no test coverage detected