| 985 | // |
| 986 | |
| 987 | static void tailor_doCycle(color_ostream &out) { |
| 988 | DEBUG(control,out).print("entering tailor_doCycle\n"); |
| 989 | out.print("ordered {} items of clothing\n", do_cycle(out)); |
| 990 | } |
| 991 | |
| 992 | // remember, these are ONE-based indices from Lua |
| 993 | static void tailor_setMaterialPreferences(color_ostream &out, int32_t silkIdx, |