summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/transmigration.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt
index 18b26ad50..4219af495 100644
--- a/npc/magic/transmigration.txt
+++ b/npc/magic/transmigration.txt
@@ -26,7 +26,7 @@ OnCall:
mes "";
menuint
l("Crazy Rum"), CrazyRum,
- l("Coal"), Coal,
+ l("Coal"), 9901, // 9901 cheat code
rif(false, l("Downgrade Snake Skin")), SnakeSkin,
rif(false, l("Downgrade Snake Egg")), SnakeEgg,
rif(false, l("Downgrade Snake Tongue")), SnakeTongue,
@@ -126,11 +126,12 @@ OnCall:
end;
}
break;
- case Coal:
+ case 9901: // Coal cheat code
if (!transcheck(WoodenLog, 5)) {
dispbottom l("Not enough items!");
end;
}
+ @menuret=Coal;
break;
// Snake Skin Chain
case MountainSnakeSkin: