summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/017-4/pyndragon.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt
index c4cf20f0f..842f4c0b7 100644
--- a/npc/017-4/pyndragon.txt
+++ b/npc/017-4/pyndragon.txt
@@ -160,10 +160,10 @@ L_CraftMelee:
explainMelee();
goto L_CraftMelee;
case 3:
- craft_gun( LeadIngot, 6, TitaniumIngot, 7, Coal, 14, Lightsaber, 4000 );
+ craft_gun( EverburnPowder, 30, TitaniumIngot, 7, LeadIngot, 4, Lightsaber, 25000 );
goto L_CraftMelee;
case 4:
- craft_gun( LeadIngot, 6, TitaniumIngot, 7, Coal, 14, PowerfulLightsaber, 4000 );
+ craft_gun( EverburnPowder, 30, TitaniumIngot, 7, LeadIngot, 4, PowerfulLightsaber, 25000 );
goto L_CraftMelee;
}
goto L_Menu;
@@ -176,14 +176,15 @@ L_Close:
function explainMelee {
mesc l("PORTABLE LIGHTSABER");
- mesc l("* Very quick and can be used in a single hand, but weak.");
- mes l(" The standard lightsaber! It's power is over 9000!");
- mes l(" The blue color is alluring.");
- mes "";
+ mesc l("* Very quick and can be used in a single hand.");
mesc l("POWERFUL LIGHTSABER");
- mesc l("* Very quick, two handed, in overall strong.");
- mes l(" I love this staff. I've heard it is evil, though.");
- mes l(" The red color is alluring.");
+ mesc l("* Very quick, two handed, and evil.");
+ mes "";
+ mes l(" Actually, Lalica cursed one of my firestaves and it got a mind of its own D:");
+ mes l(" Then I found out that I could set the staff in flames using Everburn Powder!");
+ mes l(" It was quite a challenge, and I still need Lalica to keep curse them.");
+ mes l(" But the result is a fast weapon which is also powerful.");
+ mes "";
next;
return;
}