--- deliantra/server/common/arch.C 2007/09/04 18:20:35 1.69 +++ deliantra/server/common/arch.C 2007/10/16 00:30:24 1.70 @@ -518,6 +518,12 @@ return op; } +object * +archetype::instance () +{ + return arch_to_object (this); +} + /* * Creates an object. This function is called by get_archetype() * if it fails to find the appropriate archetype.