diff options
-rw-r--r-- | npc/magic/transmigration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt index cabfc2a3c..d2e7d9437 100644 --- a/npc/magic/transmigration.txt +++ b/npc/magic/transmigration.txt @@ -239,7 +239,7 @@ OnCall: dispbottom l("Your spell takes a mind of its own and shapes in something else!"); getitem any(WarpedLog, .@me), 1; // You were successful - } else if (transCheckArray(@transmemo)) + } else if (transCheckArray(@transmemo)) { dispbottom l("*plim*"); } else { dispbottom l("Not enough items!"); |