| 2038 | RESTORE_WARNING_UNREACHABLE_CODE |
| 2039 | |
| 2040 | staticfn int |
| 2041 | nhl_u_clear_inventory(lua_State *L UNUSED) |
| 2042 | { |
| 2043 | while (gi.invent) |
| 2044 | useupall(gi.invent); |
| 2045 | return 0; |
| 2046 | } |
| 2047 | |
| 2048 | /* Put object into player's inventory */ |
| 2049 | /* u.giveobj(obj.new("rock")); */ |
nothing calls this directly
no test coverage detected