Skip to content

Commit

Permalink
fix(pkuxkx): HP 摘要多了个百分号
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Mar 30, 2024
1 parent 12711b1 commit 6087df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mud/pkuxkx/plugins/basic/char/hp.tin
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ hp -neili 格式:
#func {char.hp.colorit} {
#local percent {@math.Int{@defaultNum{%1;0}}};
#local color {@default{{$char.HPSummarize.Theme[色卡]};{<218>;15;<118>;30;<238>;60;<138>;90;<128>;101;<168>}}};
#return {@util.Grade{$percent;$color}$percent%%<298>};
#return {@util.Grade{$percent;$color}$percent%<298>};
};

#alias {char.GetHP} {
Expand Down

0 comments on commit 6087df1

Please sign in to comment.