Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ya4ept committed Dec 15, 2024
1 parent 07d8e3a commit e719ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5450,7 +5450,7 @@ sub cmdStats {
"Sta: \@<<< #\@<< S.Matk: \@<<< Mres: \@<<<\n" .
"Wis: \@<<< #\@<< H.Plus: \@<<<\n" .
"Spl: \@<<< #\@<< C.Rate: \@<<<\n" .
"Con: \@<<< #\@<< T.Status Points: \@<<<\n" .
"Con: \@<<< #\@<< T.Status Points: \@<<<\n" .
"Crt: \@<<< #\@<<" ),
[$char->{'pow'} ? $char->{'pow'} : 0, $char->{'need_pow'}, $char->{'patk'}, $char->{'res'},
$char->{'sta'} ? $char->{'sta'} : 0, $char->{'need_sta'}, $char->{'smatk'}, $char->{'mres'},
Expand Down Expand Up @@ -5525,7 +5525,7 @@ sub cmdStatus {
swrite(
TF("\@<<<<<<<<<<<<<<<<<<<<<<< HP: \@>>>>>>>>>>>>>>>>>>\n" .
"\@<<<<<<<<<<<<<<<<<<<<<<< SP: \@>>>>>>>>>>>>>>>>>>\n" .
"AP:\@<<<<<<<<<<< \n" .
" AP: \@>>>>>>>>>>>>>>>>>>\n" .
"Base: \@<< \@>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n" .
"Job : \@<< \@>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n" .
"Zeny: \@<<<<<<<<<<<<<<<<< Weight: \@>>>>>>>>>>>>>>>>>>\n" .
Expand Down

0 comments on commit e719ced

Please sign in to comment.