Reconciliation with advent430.
[open-adventure.git] / tests / newfilter
index dca9f05e0e59c3707fb796a096a3752c360670c3..9ae3da71a8e00cb12cd9ab68f2d6a2e904529259 100755 (executable)
@@ -4,5 +4,7 @@
 # the filtered versions of logs made from advent430.
 sed \
     -e '/bridge now spans the fissure/s//bridge spans the fissure/' \
+    -e '/ground/s//surface/' \
+    -e '/floor/s//surface/' \
 
 # end