diff options
Diffstat (limited to 'npc/001-2-22/_savepoints.txt')
-rw-r--r-- | npc/001-2-22/_savepoints.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-22/_savepoints.txt b/npc/001-2-22/_savepoints.txt index 3a1f7f0b..b4a5c1ba 100644 --- a/npc/001-2-22/_savepoints.txt +++ b/npc/001-2-22/_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: @@ -58,7 +58,7 @@ OnTouch: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = G_OTHER; end; OnTouch: |