diff --git a/xtrn/lord2/lord2.js b/xtrn/lord2/lord2.js
index 02242496d1057bc74823a0969a8711d460263211..b2a2fdcd26056f519cd79c325a901cbee69b5f01 100644
--- a/xtrn/lord2/lord2.js
+++ b/xtrn/lord2/lord2.js
@@ -4,7 +4,6 @@
 // TODO: Multiplayer interactions
 // TODO: Save player after changes in case process crashes
 // TODO: run NOTIME in HELP.REF on idle timeout
-// TODO: When I stole the Gryphon Moon, it didn't go into my inventory!
 
 js.yield_interval = 0;
 js.load_path_list.unshift(js.exec_dir+"dorkit/");
@@ -2992,6 +2991,7 @@ function update_update()
 
 function update_space(x, y)
 {
+	dk.console.gotoxy(x, y);
 	x += 1;
 	y += 1;