diff options
Diffstat (limited to 'npc/001-2-22/peter.txt')
-rw-r--r-- | npc/001-2-22/peter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-22/peter.txt b/npc/001-2-22/peter.txt index c114652a..a71c7df3 100644 --- a/npc/001-2-22/peter.txt +++ b/npc/001-2-22/peter.txt @@ -330,6 +330,6 @@ OnNoGoodTick: OnInit: .sex = G_MALE; - setnpcdistance 3; + .distance = 3; end; } |