From eb0c0e5dcfee3128be3f25ee8915a87707732883 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 21:27:08 -0300 Subject: Fix a few typos, like always reporting the wrong number of items left on mcharge. And a missing skill on skill tree. --- npc/magic/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/magic/config.txt b/npc/magic/config.txt index 2a6a9559..e55833bc 100644 --- a/npc/magic/config.txt +++ b/npc/magic/config.txt @@ -395,7 +395,7 @@ function script mcharge { // Low supply warning if (countitem(.@it) <= 3) dispbottom col(b(l("Warning, %d remaining: %s", - 3, getitemname(.@it))), 1); + countitem(.@it), getitemname(.@it))), 1); } @MCHARGE[@skillId]-=1; return; -- cgit v1.2.3-60-g2f50