If you have moved since initially setting some occupations, they * now shouldn't be able to restart. * * The basic rule is that if you are carrying it, you can continue * since it is with you. If you are acting on something at a distance, * your orientation to it must have changed when you moved. * * The exception to this is taking off items, since they can be taken * off in a number of w
| 192 | * Setting traps. |
| 193 | */ |
| 194 | void |
| 195 | reset_occupations(void) |
| 196 | { |
| 197 | reset_remarm(); |
| 198 | reset_pick(); |
| 199 | reset_trapset(); |
| 200 | } |
| 201 | |
| 202 | /* If a time is given, use it to timeout this function, otherwise the |
| 203 | * function times out by its own means. |
no test coverage detected