diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/027-1/students.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-1/students.txt b/npc/027-1/students.txt index d1427f6d2..cf3e124bf 100644 --- a/npc/027-1/students.txt +++ b/npc/027-1/students.txt @@ -29,11 +29,11 @@ OnInit: "wait", 1, 0, "move", 115, 102, "dir", DOWN, 0, - "wait", 20, 0 + "wait", 20, 0, "move", 112, 112, "dir", DOWN, 0, "wait", 20, 0, - "dir", RIGHT, 0 + "dir", RIGHT, 0, "wait", 2, 0; initialmove; |