ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/class/types.arc
(Generate patch)

Comparing deliantra/arch/class/types.arc (file contents):
Revision 1.8 by root, Wed Aug 1 19:13:17 2007 UTC vs.
Revision 1.9 by root, Sat Aug 4 21:35:10 2007 UTC

73inherit type_door 73inherit type_door
74type 20 74type 20
75sound_destroy misc/doorkickopen 75sound_destroy misc/doorkickopen
76end 76end
77 77
78object class_monster
79monster 1
80randomitems standard
81end
82
83object class_undead_monster
84inherit class_monster
85sound_destroy wn/wail
86race undead
87undead 1
88magicmap black
89end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines