summaryrefslogtreecommitdiff
path: root/npc/magic
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-17 03:27:08 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-17 03:27:08 -0300
commitb2ae7127fb00e74f3ef5d5eecaeb0ec8836b2a35 (patch)
tree9ccade167b65a20aeaf4bb17c525fc414c5a67d5 /npc/magic
parentd109168174de88ccc550897f9cc2a99fbb9288e4 (diff)
downloadserverdata-b2ae7127fb00e74f3ef5d5eecaeb0ec8836b2a35.tar.gz
serverdata-b2ae7127fb00e74f3ef5d5eecaeb0ec8836b2a35.tar.bz2
serverdata-b2ae7127fb00e74f3ef5d5eecaeb0ec8836b2a35.tar.xz
serverdata-b2ae7127fb00e74f3ef5d5eecaeb0ec8836b2a35.zip
Adjust Transmigration Crazy Rum milk requeriment from 1 to 3
Diffstat (limited to 'npc/magic')
-rw-r--r--npc/magic/transmigration.txt4
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;
}