.DT
check_sharp
DW_wibble creator help
check_sharp

.SH Name
.SP 5 5
check_sharp -  This checks to see if a weapon is sharp.
.EP

.SH Syntax
.SI 5
int check_sharp(object weapon)
.EI

.SH Parameters
.SI 5
%^BOLD%^weapon%^RESET%^ - The weapon to check to see if it is sharp.
.EI

.SH Returns
.SI 5
Return 1 if it is sharp, or 0 otherwise.
.EI

.SH Defined in
.SI 5
/obj/food.c
.EI

.SH Description
.SP 5 5

This checks to see if a weapon is sharp.  This is used later
to determine whather an object can be cut up with the weapon.

.EP

