--- deliantra/server/pod/events.pod 2008/07/14 10:26:43 1.26 +++ deliantra/server/pod/events.pod 2008/07/14 16:42:49 1.27 @@ -102,12 +102,6 @@ Invoked whenever the object is being applied in some way. The applytype is one of: -=head3 auto_apply (object) - -Invoked whenever the object is automatically applied (as for example shop tiles -are on map instantiation). See also the 'auto_apply' flag to enforce auto apply on -any object. - =over 4 =item B<0> player or monster can't apply objects of that type @@ -118,6 +112,11 @@ =back +=head3 reset (object) + +Invoked whenever the object is initialised on a map after it was +loaded. This can be used to emulate shop-floor behaviour for example. + =head3 throw (object thrower) Invoked when an B is thrown by B.