mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-05 00:48:49 +01:00
Object Events and some formatting corrections.
This commit is contained in:
parent
36f35cdf55
commit
f0d34e6cd6
5 changed files with 55 additions and 35 deletions
|
|
@ -732,6 +732,8 @@ struct obj_data
|
|||
struct obj_data *next_content; /**< For 'contains' lists */
|
||||
struct obj_data *next; /**< For the object list */
|
||||
struct char_data *sitting_here; /**< For furniture, who is sitting in it */
|
||||
|
||||
struct list_data *events; /**< Used for object events */
|
||||
};
|
||||
|
||||
/** Instance info for an object that gets saved to disk.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue