summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-27 18:29:21 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-27 18:29:21 +0300
commit1ea14a729749c254e8cff4aede3c9775cfec5c9e (patch)
tree3ccb277c25a81935fcce30ec7325f68bfaf451fd /npc/000-1/tibbo.txt
parentb7e119c381a6ef886cea8d45af95fcea15805645 (diff)
downloadserverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.tar.gz
serverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.tar.bz2
serverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.tar.xz
serverdata-1ea14a729749c254e8cff4aede3c9775cfec5c9e.zip
Replace calls to setnpcsex by assigning '.sex' variable.
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 757fcd14..18296c16 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -112,7 +112,7 @@ L_Close:
goodbye;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}