| 2140 | } |
| 2141 | |
| 2142 | staticfn int |
| 2143 | ckunpaid(struct obj *otmp) |
| 2144 | { |
| 2145 | return (otmp->unpaid || (Has_contents(otmp) && count_unpaid(otmp->cobj))); |
| 2146 | } |
| 2147 | |
| 2148 | boolean |
| 2149 | wearing_armor(void) |
nothing calls this directly
no test coverage detected