summaryrefslogtreecommitdiff
path: root/npc/000-2-0/billybons.txt
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-0/billybons.txt
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-0/billybons.txt')
-rw-r--r--npc/000-2-0/billybons.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index 3ab461e7..412cd1c1 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -5,9 +5,7 @@
// Drunk easteregg telling about the player's past.
// Size = 3
-// Gender = 1
000-2-0,20,23,0 script Billy Bons 411,{
-
if (rand(5) == 2) goto L_Hic;
mesn;
@@ -90,4 +88,8 @@ L_Quit:
mes col(l("The sailor turns his back to you."), 9);
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}