|
Atrinik Server 2.5
|
Go to the source code of this file.
Functions | |
| sint64 | find_traps (object *pl, int level) |
| sint64 | remove_trap (object *op) |
| object * | find_throw_tag (object *op, tag_t tag) |
| void | do_throw (object *op, object *toss_item, int dir) |
This file contains core skill handling.
Definition in file skills.c.
Requests an object to throw by tag reported by the client.
We search for it in the inventory of the owner (you've got to be carrying something in order to throw it).
Also checks to see if the object is throwable (ie, not applied, cursed worn, etc).
| op | Object to search in. |
| tag | Tag of the object we're looking for. |
| sint64 find_traps | ( | object * | pl, |
| int | level | ||
| ) |
1.7.4