ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/res/ui/pl_settings_page.res
(Generate patch)

Comparing deliantra/arch/res/ui/pl_settings_page.res (file contents):
Revision 1.2 by root, Mon Jan 14 22:46:35 2008 UTC vs.
Revision 1.3 by root, Sat Jan 10 23:58:04 2009 UTC

90 Selector => { 90 Selector => {
91 s_id => "petmode", 91 s_id => "petmode",
92 c_col => 1, c_row => 2, 92 c_col => 1, c_row => 2,
93 tooltip => "Controls how your pets/charmed monsters will behave", 93 tooltip => "Controls how your pets/charmed monsters will behave",
94 options => [ 94 options => [
95 [0 => "normal", "normal (default mode)"], 95 [0 => "normal", "normal (normal behaviour for that monster)"],
96 [1 => "sad" , "search and destroy (pets will roam and attack freely)"], 96 [1 => "sad" , "search and destroy (pets will roam and attack freely)"],
97 [2 => "defend", "defend (pets will trry to stay close and defend you)"], 97 [2 => "defend", "defend (pets will try to stay close and defend you)"],
98 [3 => "arens" , "arena (like normal, but also attack other players)"], 98 [3 => "arens" , "arena (like normal, but also attack other players)"],
99 ], 99 ],
100 }, 100 },
101 101
102 Label => { 102 Label => {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines