summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/scripts/test.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/scripts/test.lua b/data/scripts/test.lua
index 7be03653..e98fca66 100644
--- a/data/scripts/test.lua
+++ b/data/scripts/test.lua
@@ -23,8 +23,7 @@ atinit(function()
create_npc("Scorpion Tamer", 126, 45 * TILESIZE + 16, 25 * TILESIZE + 16, npc5_talk, nil)
create_npc("Guard", 122, 58 * TILESIZE + 16, 15 * TILESIZE + 16, npc6_talk, npc6_update)
create_npc("Fire Demon", 202, 58 * TILESIZE + 16, 35 * TILESIZE + 16, firedemon_talk, firedemon_update)
- create_npc("Post Box", 158, 45 * TILESIZE + 16, 22 * TILESIZE + 16,
-post_talk)
+ create_npc("Post Box", 158, 45 * TILESIZE + 16, 22 * TILESIZE + 16, post_talk)
tmw.trigger_create(56 * TILESIZE, 32 * TILESIZE, 64, 64, "patrol_waypoint", 1, true)
tmw.trigger_create(63 * TILESIZE, 32 * TILESIZE, 64, 64, "patrol_waypoint", 2, true)