Home | History | Annotate | Download | only in hack

Lines Matching defs:drop

69 /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */
78 static int drop(struct obj *);
84 return (drop(getobj("0$#", "drop")));
88 drop(struct obj *obj)
96 pline("You didn't drop any gold pieces.");
108 pline("You cannot drop something you are wearing.");
146 /* drop several things */
150 return (ggetobj("drop", drop, 0));