summaryrefslogtreecommitdiff
path: root/npc/000-1/silvio.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/silvio.txt')
-rw-r--r--npc/000-1/silvio.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index 12799d95..77ba8524 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -6,7 +6,6 @@
// Pervert and arrogant sailor.
// Size = 2
-// Gender = 1
000-1,86,99,0 script Silvio 412,{
mesn;
mesq l("Hey!");
@@ -188,4 +187,8 @@ L_Quit:
npctalk3 l("Give me a kiss before you say goodbye!");
close;
+
+OnInit:
+ setnpcsex 1;
+ end;
}