About Social Code
summaryrefslogtreecommitdiff
path: root/main.rhm
diff options
context:
space:
mode:
Diffstat (limited to 'main.rhm')
-rw-r--r--main.rhm4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.rhm b/main.rhm
index 6911dc0..91d62f6 100644
--- a/main.rhm
+++ b/main.rhm
@@ -47,5 +47,9 @@ entity.current_chunk.set_tile(0, 1, world.Tile(#'wall_north))
test(!entity.move(0, 0), "Blocked by wall")
test(entity.move(1,1), "Move by wall")
+reset_entity(entity, 0, 0)
+let other_ent = world.Entity(1, 1, 1, chunk)
+test(entity.gather(other_ent), "Gathering")
+
//world.entities
//println(@str{Entity is @(entity.x) @(entity.y)})