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

Comparing deliantra/arch/system/killer.arc (file contents):
Revision 1.4 by root, Thu Jan 1 18:31:21 2009 UTC vs.
Revision 1.6 by root, Tue Nov 3 09:59:35 2009 UTC

1object killer_login
2name a cave-in
3face blank.x11
4type 114
5invisible 1
6no_drop 1
7end
8
9object killer_logout
10name leaving
11face blank.x11
12type 114
13invisible 1
14no_drop 1
15end
16
17object killer_quit
18name quitting
19face blank.x11
20type 114
21invisible 1
22no_drop 1
23end
24
1object killer_starvation 25object killer_starvation
2name starvation 26name starvation
3face blank.x11 27face blank.x11
4type 114 28type 114
5invisible 1 29invisible 1
6no_drop 1 30no_drop 1
7editable 0
8end 31end
9 32
10object killer_suicide 33object killer_suicide
11name foolery 34name foolery
12face blank.x11 35face blank.x11
13type 114 36type 114
14invisible 1 37invisible 1
15no_drop 1 38no_drop 1
16editable 0
17end 39end
18 40
19object killer_login
20name a cave-in
21face blank.x11
22type 114
23invisible 1
24no_drop 1
25editable 0
26end
27
28object killer_logout
29name leaving
30face blank.x11
31type 114
32invisible 1
33no_drop 1
34editable 0
35end
36
37object killer_quit
38name quitting
39face blank.x11
40type 114
41invisible 1
42no_drop 1
43editable 0
44end
45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines