From fb9eef59bb30774b0d8c1d1f18fae91aa74c0ae6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jul 2019 10:23:32 -0300 Subject: Make Scholarship Badge used last --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/util.txt') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 82b107138..d774cd9d2 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -646,7 +646,7 @@ function script mlearn { if (!sk_canlvup(.@ap)) return false; - if (countitem(ScholarshipBadge)) + if (countitem(.@it) < .@am) delitem ScholarshipBadge, 1; else delitem .@it, .@am; -- cgit v1.2.3-60-g2f50