--- deliantra/server/common/loader.C 2008/04/20 00:44:12 1.109 +++ deliantra/server/common/loader.C 2008/04/29 15:19:30 1.112 @@ -21,10 +21,6 @@ * The authors can be reached via e-mail to */ -/* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects. - sub/add_weight will transcend the environment updating the carrying - variable. */ - #include #include #include @@ -1280,6 +1276,7 @@ CMP_OUT (custom_name); CMP_OUT (title); CMP_OUT (race); + CMP_OUT (skill); CMP_OUT (slaying); CMP_OUT (tag); CMP_OUT (other_arch); @@ -1410,7 +1407,7 @@ bool object::write (object_freezer &f) { - archetype *at = arch ? (archetype *)arch : archetype::empty; + archetype *at = arch ? arch : archetype::empty; f.put (KW_arch, at->archname); write_diff (f, this, at);