From a68be64782a4906bf5ddb994980012ed40fc8222 Mon Sep 17 00:00:00 2001 From: Flan's server Date: Wed, 15 Jul 2020 23:08:33 +0000 Subject: [PATCH] fuck this --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')