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.22 by root, Sat Oct 16 09:16:32 2010 UTC vs.
Revision 1.24 by elmex, Thu Apr 28 14:59:16 2011 UTC

135type 114 135type 114
136invisible 1 136invisible 1
137no_drop 1 137no_drop 1
138end 138end
139 139
140object type_quad_floor
141no_pick 1
142no_drop 1
143is_floor 1
144is_quad 1
145nrof 1
146end
147
148object type_quad_wall
149move_block all
150no_pick 1
151no_drop 1
152blocksview 1
153is_quad 1
154nrof 1
155end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines