ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/check_inv.arc
Revision: 1.9
Committed: Tue Nov 3 13:35:51 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.8: +12 -4 lines
Log Message:
removed check_floor from system, but kept it as compatibility archetype

File Contents

# Content
1 object check_inv
2 name check_inv
3 face check_inv.x11
4 type 64
5 invisible 1
6 last_sp 1
7 move_on walk fly_low
8 move_off walk fly_low
9 no_pick 1
10 end
11
12 object check_floor
13 name check_inv_trigger
14 face check_inv.x11
15 type 64
16 invisible 1
17 last_sp 1
18 move_on walk fly_low
19 no_pick 1
20 end
21