diff options
-rw-r--r-- | npc/018-6-1/main.txt | 2 | ||||
-rw-r--r-- | npc/items/miscrecipes.txt | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index e4ca79d4e..9807398ba 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -212,11 +212,13 @@ OnInit: close; OnMain: + slide 82, 70; // Safety showavatar NPC_INJURIED_GIRL; // this is handled by avatars.xml .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); + sleep2(50); // Barbara was taken hostage or murdered - save this data @evil=0; // Temporary variable to show the murder option or not diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 7e5d0bc6d..fd8f4fe55 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -17,10 +17,10 @@ function script TerraniteBlueprint { array_push(.@recipes, CraftRockKnife); // Weapon: Rock Knife array_push(.@recipes, CraftRockKnife); // TerraniteArmor array_push(.@recipes, CraftRockKnife); // TerranitePants - array_push(.@recipes, CraftRockKnife); // TerraniteMask (?) - array_push(.@recipes, CraftRockKnife); // TerraniteHelmet (?) - array_push(.@recipes, CraftRockKnife); // TerraniteGloves (?) - array_push(.@recipes, CraftRockKnife); // TerraniteBoots (?) + array_push(.@recipes, CraftRockKnife); // TerraniteMask (Rare?) + array_push(.@recipes, CraftRockKnife); // TerraniteHelmet (?)(X) + array_push(.@recipes, CraftRockKnife); // TerraniteGloves (?)(X) + array_push(.@recipes, CraftRockKnife); // TerraniteBoots (?)(X) // Now you'll learn some recipe! .@rcp=any_of(.@recipes); |