projects
/
zzz-dywypi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b883a7
)
Pokedex: Semicolon before stat total.
author
Eevee
<git@veekun.com>
Thu, 13 May 2010 21:58:33 +0000
(14:58 -0700)
committer
Eevee
<git@veekun.com>
Thu, 13 May 2010 21:58:33 +0000
(14:58 -0700)
plugins/Pokedex/plugin.py
patch
|
blob
|
history
diff --git
a/plugins/Pokedex/plugin.py
b/plugins/Pokedex/plugin.py
index
11a4aff
..
a1ebccb
100644
(file)
--- a/
plugins/Pokedex/plugin.py
+++ b/
plugins/Pokedex/plugin.py
@@
-172,7
+172,7
@@
class Pokedex(callbacks.Plugin):
get_stat_color(stat_total / 6),
stat_total,
)
- stats = """{0} HP, {1}/{2} phys, {3}/{4} spec, {5} speed
,
{total} total""" \
+ stats = """{0} HP, {1}/{2} phys, {3}/{4} spec, {5} speed
;
{total} total""" \
.format(*colored_stats, total=colored_stat_total)
self._reply(irc, reply_template.format(
id=obj.national_id,