diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-22 13:56:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-22 13:56:35 -0300 |
commit | ed8fc1d06806e35353ef1fa4a2a4648a480cc039 (patch) | |
tree | 2b47552a04689943ae0c80201738290f9c7db6fc /npc/027-1 | |
parent | 5f7a4052298b0aee0f42be8248272154bd8a3023 (diff) | |
download | serverdata-ed8fc1d06806e35353ef1fa4a2a4648a480cc039.tar.gz serverdata-ed8fc1d06806e35353ef1fa4a2a4648a480cc039.tar.bz2 serverdata-ed8fc1d06806e35353ef1fa4a2a4648a480cc039.tar.xz serverdata-ed8fc1d06806e35353ef1fa4a2a4648a480cc039.zip |
Missing commas
Diffstat (limited to 'npc/027-1')
-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; |