Skip to content

Commit

Permalink
feat(skymp5-front): add a description of spell reset (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceLeon911 authored Dec 26, 2024
1 parent 5d5b9e0 commit c26471d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymp5-front/src/features/skillsMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const SkillsMenu = ({ send }: { send: (message: string) => void }) => {
const confirmHanlder = () => {
setconfirmDiscard(true);
setcurrentLevel('хотите сбросить прогресс?');
setcurrentDescription('нажимая “да” вы полностью сбросите все выученные профессии и получите обратно половину потраченного опыта.');
setcurrentDescription('нажимая “да” вы полностью сбросите все выученные профессии и получите обратно половину потраченного опыта. Также вы потеряете все изученные заклинания.');
};

if (!playerData) return <></>;
Expand Down

0 comments on commit c26471d

Please sign in to comment.