dev-cookie-to-id #37
@ -92,7 +92,7 @@ class User
|
||||
'suncity' => 'Sun City',
|
||||
'devilscity' => 'Devils City',
|
||||
];
|
||||
public array $is = [
|
||||
public array $is = [ // не играть с кавычками! эти строчки уходят в яваскрипт и всё ломают!
|
||||
'acestar' => 'Следующий каст будет критическим',
|
||||
'spasenie' => 'Спасение после смерти',
|
||||
'more_awards' => 'Повышеная награда %',
|
||||
@ -101,8 +101,8 @@ class User
|
||||
'nopryh' => 'Прямое поподание',
|
||||
'puti' => 'Запрет перемещения',
|
||||
'align' => 'Склонность',
|
||||
'hpAll' => '<strong style="color: darkgreen">Уровень жизни (HP)</strong>',
|
||||
'mpAll' => '<strong style="color: blue">Уровень маны (МP)</strong>',
|
||||
'hpAll' => "Уровень жизни (HP)",
|
||||
'mpAll' => "Уровень маны (МP)",
|
||||
'enAll' => 'Уровень энергии',
|
||||
'sex' => 'Пол',
|
||||
'lvl' => 'Уровень',
|
||||
|
Loading…
Reference in New Issue
Block a user