From b2ae7127fb00e74f3ef5d5eecaeb0ec8836b2a35 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Jan 2020 03:27:08 -0300 Subject: Adjust Transmigration Crazy Rum milk requeriment from 1 to 3 --- npc/magic/transmigration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/magic/transmigration.txt') diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt index 6dcdbf1b6..bcf4ec987 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -45,7 +45,7 @@ OnCall: switch (@menuret) { case CrazyRum: mesc l("* @@/@@ @@", countitem(Plushroom), 10, getitemlink(Plushroom)); - mesc l("* @@/@@ @@", countitem(Milk), 1, getitemlink(Milk)); + mesc l("* @@/@@ @@", countitem(Milk), 3, getitemlink(Milk)); break; case 9901: // This is coal mesc l("* @@/@@ @@", countitem(WoodenLog), 5, getitemlink(WoodenLog)); @@ -118,7 +118,7 @@ OnCall: // Check and Consume the reagents switch (@menuret) { case CrazyRum: - if (!transcheck(Plushroom, 10, Milk, 1)) { + if (!transcheck(Plushroom, 10, Milk, 3)) { dispbottom l("Not enough items!"); end; } -- cgit v1.2.3-60-g2f50