1089:/std/weapon.c (/std/weapon.c)
(varargs void) set_default_weapon(int hit, int pen, int wt, int dt, int hands, object obj)
/*
 * Function name: set_default_weapon
 * Description  : Configures the weapon by replacing up to six calls with
 *                just one. For details, see the respective functions.
 * Arguments    : int hit    - set_hit(hit)
 *                int pen    - set_pen(pen)
 *                int wt     - set_wt(wt)
 *                int dt     - set_dt(dt)
 *                int hands  - set_hands(hands)
 *                object obj - set_wf(obj)
 */
