X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fraids%2Ftargetlist.tt2;h=96c2384611a68a50be42478366ff888afab98cf5;hb=8518049dc07ba0554aea4224d6c195bbacd9b8a6;hp=9c906b9a19bf24bb94076780e65c47fc786f3c88;hpb=6d6fb5c63900813306e63320bd4b8700f8b37719;p=ndwebbie.git diff --git a/root/src/raids/targetlist.tt2 b/root/src/raids/targetlist.tt2 index 9c906b9..96c2384 100644 --- a/root/src/raids/targetlist.tt2 +++ b/root/src/raids/targetlist.tt2 @@ -32,12 +32,12 @@ [% p.coords %] [% p.alliance %] [% p.race %] - [% comma(p.score) %] - [% comma(p.value) %] - [% comma(p.xp) %] - [% comma(p.size) %] - [% comma(p.nfvalue) %] - [% comma(p.nfvalue2) %] + [% p.score | commify %] + [% p.value | commify %] + [% p.xp | commify %] + [% p.size | commify %] + [% p.nfvalue | commify %] + [% p.nfvalue2 | commify %] [% IF x != p.x OR y != p.y %] [% x = p.x; y = p.y; %]