summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/transmigration.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt
index a1cb2a958..b6c27e254 100644
--- a/npc/magic/transmigration.txt
+++ b/npc/magic/transmigration.txt
@@ -27,6 +27,7 @@ OnCall:
mesc l("What will you transmute today?");
mes "";
menuint
+ rif(@transmemo, l("Repeat: ")+getitemname(@transmemo)), @transmemo,
l("Crazy Rum"), CrazyRum,
l("Coal"), 9901, // 9901 cheat code
l("Mouboo Figurine"), MoubooFigurine,
@@ -307,12 +308,15 @@ OnCall:
getitem @menuret, 1;
}
+ // Store to memory
+ @transmemo=@menuret;
+
// set cooldown
@mkpot_at=gettimetick(2);
@mkpot_at=@mkpot_at+6;
// Get a few mana experience points (this is NOT used by Mana Stone)
- GetManaExp(TMW2_TRANSMIGRATION, rand2(4,11));
+ GetManaExp(TMW2_TRANSMIGRATION, rand2(4,9));
end;
OnInit: