diff options
author | gumi <git@gumi.ca> | 2020-07-30 14:24:11 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-05 21:40:55 -0400 |
commit | cab095a0e7b132d67a03412a6c3a9cf3e89c943a (patch) | |
tree | 6242a852468f0f2d4140802db7722f9fe755652f /npc/008-2-13/lena.txt | |
parent | 670b053ae6296e78f42d30a4e89518244a284f67 (diff) | |
download | serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.tar.gz serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.tar.bz2 serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.tar.xz serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.zip |
remove the all mentions of sex or gender from scripts
Diffstat (limited to 'npc/008-2-13/lena.txt')
-rw-r--r-- | npc/008-2-13/lena.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/008-2-13/lena.txt b/npc/008-2-13/lena.txt index df9f38e9..759cc64a 100644 --- a/npc/008-2-13/lena.txt +++ b/npc/008-2-13/lena.txt @@ -14,7 +14,7 @@ close; OnInit: - .sex = G_FEMALE; + .bodytype = BODYTYPE_2; .distance = 2; end; } |