diff options
Diffstat (limited to 'npc/000-2-1/_savepoints.txt')
-rw-r--r-- | npc/000-2-1/_savepoints.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/_savepoints.txt b/npc/000-2-1/_savepoints.txt index c120951b..da074f25 100644 --- a/npc/000-2-1/_savepoints.txt +++ b/npc/000-2-1/_savepoints.txt @@ -6,7 +6,7 @@ OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = G_OTHER; end; OnTouch: @@ -19,7 +19,7 @@ OnTouch: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = G_OTHER; end; OnTouch: @@ -32,7 +32,7 @@ OnTouch: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = G_OTHER; end; OnTouch: @@ -45,7 +45,7 @@ OnTouch: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = G_OTHER; end; OnTouch: |