| 831 | } |
| 832 | |
| 833 | void |
| 834 | set_twoweap(boolean on_off) |
| 835 | { |
| 836 | if (on_off != u.twoweap) { |
| 837 | u.twoweap = on_off; |
| 838 | if (flags.weaponstatus) |
| 839 | disp.botl = TRUE; |
| 840 | } |
| 841 | } |
| 842 | |
| 843 | /* the #twoweapon command */ |
| 844 | int |
no outgoing calls
no test coverage detected