mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 02:47:19 +02:00
WORN items update
This commit is contained in:
parent
1430f6b7d3
commit
4ea7abca56
10 changed files with 344 additions and 41 deletions
|
|
@ -80,6 +80,8 @@ char *right_trim_whitespace(const char *string);
|
|||
void remove_from_string(char *string, const char *to_remove);
|
||||
const char *const *obj_value_labels(int item_type);
|
||||
const char *get_char_sdesc(const struct char_data *ch);
|
||||
int obj_is_storage(const struct obj_data *obj);
|
||||
int obj_storage_is_closed(const struct obj_data *obj);
|
||||
|
||||
/* 5e system helpers */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue