diff options
Diffstat (limited to 'npc/magic/transmigration.txt')
-rw-r--r-- | npc/magic/transmigration.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |