diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 19:00:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 19:00:23 -0300 |
commit | 42740f8474c56285cb0e8f0f8beb4e04b61c66b1 (patch) | |
tree | 8bb876bb3ab97e2ca4d76e1782eb76dd162b5b4e /npc/018-6-1/main.txt | |
parent | ed1ea3679bf5aa315f48627a914a7d12f0a0543a (diff) | |
download | serverdata-42740f8474c56285cb0e8f0f8beb4e04b61c66b1.tar.gz serverdata-42740f8474c56285cb0e8f0f8beb4e04b61c66b1.tar.bz2 serverdata-42740f8474c56285cb0e8f0f8beb4e04b61c66b1.tar.xz serverdata-42740f8474c56285cb0e8f0f8beb4e04b61c66b1.zip |
Fix several critical bugs
Diffstat (limited to 'npc/018-6-1/main.txt')
-rw-r--r-- | npc/018-6-1/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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: |