diff options
-rw-r--r-- | npc/006-2-5/dusk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-2-5/dusk.txt b/npc/006-2-5/dusk.txt index 8558ddabf..ec2fc25f7 100644 --- a/npc/006-2-5/dusk.txt +++ b/npc/006-2-5/dusk.txt @@ -83,7 +83,7 @@ function duskAboutWar { } OnInit: - .sex = G_Other; + .sex = G_OTHER; .distance = 4; end; } |