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

Comparing deliantra/server/common/button.C (file contents):
Revision 1.45 by root, Tue Apr 22 01:06:22 2008 UTC vs.
Revision 1.46 by root, Sun May 4 18:24:11 2008 UTC

810 810
811 // FALL THROUGH 811 // FALL THROUGH
812 case 5: // kill all alives 812 case 5: // kill all alives
813 if (!tmp->flag [FLAG_PRECIOUS]) 813 if (!tmp->flag [FLAG_PRECIOUS])
814 { 814 {
815 get_archetype ("burnout")->insert_at (tmp, source); 815 archetype::get (shstr_burnout)->insert_at (tmp, source);
816 tmp->destroy (); 816 tmp->destroy ();
817 } 817 }
818 break; 818 break;
819 819
820 default: 820 default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines