ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/resurrection.C
(Generate patch)

Comparing deliantra/server/server/resurrection.C (file contents):
Revision 1.24 by root, Thu Nov 8 19:43:28 2007 UTC vs.
Revision 1.25 by root, Sun May 4 18:24:11 2008 UTC

198 198
199 /* no matter what, we fry the corpse. */ 199 /* no matter what, we fry the corpse. */
200 if (temp && temp->map) 200 if (temp && temp->map)
201 { 201 {
202 /* replace corpse object with a burning object */ 202 /* replace corpse object with a burning object */
203 newob = arch_to_object (archetype::find ("burnout")); 203 newob = archetype::get (shstr_burnout);
204 if (newob) 204 if (newob)
205 newob->insert_at (temp, op); 205 newob->insert_at (temp, op);
206 206
207 leveldead = temp->level; 207 leveldead = temp->level;
208 temp->destroy (); 208 temp->destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines