From 42740f8474c56285cb0e8f0f8beb4e04b61c66b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 19:00:23 -0300 Subject: Fix several critical bugs --- npc/018-6-1/main.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/018-6-1') diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 23e086aaf..6cdeaed94 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -97,7 +97,7 @@ OnTouch: if (.@q == 1) { setnpcdialogtitle l("Forgotten Chamber"); mesn l("Forgotten Chamber"); - mesq l("You see yourself in a strange chamber. Drawings of stones surronds the walls."); + mesq l("You see yourself in a strange chamber. Strange drawings litter the walls."); next; mesn l("Forgotten Chamber"); mesq l("You can see in distance two portals working, and two portals offline."); @@ -172,6 +172,7 @@ OnMain: close; OnInit: + .sex=G_MALE; disablenpc .name$; end; OnInstanceInit: -- cgit v1.2.3-60-g2f50