--- deliantra/server/include/object.h 2007/09/04 05:43:21 1.148 +++ deliantra/server/include/object.h 2007/09/10 12:44:06 1.149 @@ -133,6 +133,7 @@ shstr ACC (RW, race); /* human, goblin, dragon, etc */ shstr ACC (RW, slaying); /* Which race to do double damage to */ /* If this is an exit, this is the filename */ + shstr ACC (RW, tag); // a tag used to tracking this object shstr ACC (RW, skill); /* Name of the skill this object uses/grants */ shstr ACC (RW, msg); /* If this is a book/sign/magic mouth/etc */ shstr ACC (RW, lore); /* Obscure information about this object, */