summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 01:08:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 01:08:12 +0300
commitdbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (patch)
tree32e7461b8b5dfd71d18aee2a8b126373b718b5f7 /npc/000-2-3
parentd7f52abfec6b90a43f8df857877b0ab003d84fa9 (diff)
downloadserverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.tar.gz
serverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.tar.bz2
serverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.tar.xz
serverdata-dbd26c5aaeabd8ce698f27d8d9874fb3807d4647.zip
Restore gender to most npcs.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/elmo.txt5
-rw-r--r--npc/000-2-3/hammock.txt1
-rw-r--r--npc/000-2-3/nard.txt5
-rw-r--r--npc/000-2-3/piourocket.txt1
-rw-r--r--npc/000-2-3/sailors.txt2
5 files changed, 8 insertions, 6 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index 89779294..d3ab8713 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -6,7 +6,6 @@
// Elmo's second dialog.
// Size = 5
-// Gender = 1
000-2-3,27,27,0 script Elmo 409,{
set .@q, getq(ShipQuests_ArpanMoney);
if (.@q == 1) goto L_GotMoney;
@@ -63,4 +62,8 @@ L_GotMoney:
mesq l("Other than that, I don't know much about what else is going on, so directly asking the Cap'tain about it could be a good idea.");
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}
diff --git a/npc/000-2-3/hammock.txt b/npc/000-2-3/hammock.txt
index 1d94ffd5..1a1b90a6 100644
--- a/npc/000-2-3/hammock.txt
+++ b/npc/000-2-3/hammock.txt
@@ -4,7 +4,6 @@
// Description:
// Animated hammock at the top level of the ship.
-// Gender = 2
000-2-3,28,24,0 script #name5 904,1,0,{
OnTouchFirst:
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 968cfa35..5d44c658 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -24,7 +24,6 @@
// 12 Gave all of the boxes to Gugli.
// Size = 5
-// Gender = 1
000-2-3,25,26,0 script Nard 406,{
set .@nard, getq(ShipQuests_Nard);
set .@gugli, getq(ShipQuests_Gugli);
@@ -220,4 +219,8 @@ L_Already:
mesq l("Sorry, I don't need any help right now. Come back later.");
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}
diff --git a/npc/000-2-3/piourocket.txt b/npc/000-2-3/piourocket.txt
index a1e82566..195407ae 100644
--- a/npc/000-2-3/piourocket.txt
+++ b/npc/000-2-3/piourocket.txt
@@ -5,7 +5,6 @@
// Jumping piou.
// Size = 3
-// Gender = 2
000-2-3,27,23,4 script #piourocket 408,{
setnpcdir 2;
stopnpctimer;
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt
index c7205868..ea7f2ba4 100644
--- a/npc/000-2-3/sailors.txt
+++ b/npc/000-2-3/sailors.txt
@@ -6,7 +6,6 @@
// Description:
// End of introduction with Nard and Elmo talking about the player.
-// Gender = 0
000-2-3,21,28,0 script AreaTop 32767,0,5,{
OnTouch:
@@ -49,5 +48,4 @@ OnTouch:
mesq l("Sure, cap'tain.");
close;
-
}