summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/transmigration.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/magic/transmigration.txt b/npc/magic/transmigration.txt
index cd04b9fcd..666f176ef 100644
--- a/npc/magic/transmigration.txt
+++ b/npc/magic/transmigration.txt
@@ -78,6 +78,26 @@ OnCall:
end;
}
break;
+ // Snake Skin Chain
+ case MountainSnakeSkin:
+ if (!transcheck(BlackMambaSkin, 1)) {
+ dispbottom l("Not enough items!");
+ end;
+ }
+ break;
+ case SnakeSkin:
+ if (!transcheck(MountainSnakeSkin, 1)) {
+ dispbottom l("Not enough items!");
+ end;
+ }
+ break;
+ case CaveSnakeSkin:
+ if (!transcheck(SnakeSkin, 1)) {
+ dispbottom l("Not enough items!");
+ end;
+ }
+ break;
+
default:
Exception("ERROR, INVALID TRANSMIGRATION REAGENTS", RB_DEFAULT|RB_SPEECH|RB_ISFATAL); break;
}