summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-05-30 02:01:47 +0200
committerReid <reidyaro@gmail.com>2016-05-30 02:01:47 +0200
commitf72d7b2181dc8513b616dba4e5d61376d7c1e742 (patch)
treeb9231ed8c8a61804b6c4b05d287335234f03a67b
parent0e6d171854c554dc226fcb5a28f693c5828fd1f8 (diff)
downloadserverdata-f72d7b2181dc8513b616dba4e5d61376d7c1e742.tar.gz
serverdata-f72d7b2181dc8513b616dba4e5d61376d7c1e742.tar.bz2
serverdata-f72d7b2181dc8513b616dba4e5d61376d7c1e742.tar.xz
serverdata-f72d7b2181dc8513b616dba4e5d61376d7c1e742.zip
Add "other" gender on doors.
-rw-r--r--npc/functions/doors.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/doors.txt b/npc/functions/doors.txt
index b8171a9d..057ed1dd 100644
--- a/npc/functions/doors.txt
+++ b/npc/functions/doors.txt
@@ -36,6 +36,7 @@ function script doorTimer {
function script doorInit {
.distance = 5;
.alwaysVisible = true;
+ .sex = G_OTHER;
end;
}