diff options
-rw-r--r-- | npc/006-2-5/reed.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-2-5/reed.txt b/npc/006-2-5/reed.txt index aca6c70a8..330b1d35f 100644 --- a/npc/006-2-5/reed.txt +++ b/npc/006-2-5/reed.txt @@ -87,7 +87,7 @@ function reedAboutShrewboos { } OnInit: - .sex = G_Other; + .sex = G_OTHER; .distance = 4; end; } |