diff --git a/common.js b/common.js index b257a2d..3757b3d 100644 --- a/common.js +++ b/common.js @@ -558,8 +558,8 @@ function readable_dice(bit, d) { } if (bit == '#fun') return '#fun (' + d[0]+ ')'; - if (bit == '#pcount') - return '#pcount (' + d[0] + ')'; + if (bit == '#fcount') + return '#fcount (' + d[0] + ')'; if (bit == '#tea') return '#tea (' + ((d[0] === true)?"now!":d[0]+" hours") + ')'; if (bit == '#flip')