version 1.28 | | version 1.29 |
---|
| | |
/* | | /* |
* static char *rcsid_skills_c = | | * static char *rcsid_skills_c = |
* "$Id: skills.c,v 1.28 2002/07/15 04:57:13 mwedel Exp $"; | | * "$Id: skills.c,v 1.29 2002/08/26 07:14:11 mwedel Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
} | | } |
} /* for loop looking for an item */ | | } /* for loop looking for an item */ |
| | |
| | if (!tmp) { |
| | new_draw_info_format(NDI_UNIQUE, 0, who, "The %s has nothing you can steal!", |
| | query_name(op)); |
| | return 0; |
| | } |
| | |
/* If you arent high enough level, you might get something BUT | | /* If you arent high enough level, you might get something BUT |
* the victim will notice your stealing attempt. Ditto if you | | * the victim will notice your stealing attempt. Ditto if you |
* attempt to steal something heavy off them, they're bound to notice | | * attempt to steal something heavy off them, they're bound to notice |