Skip to content

Commit

Permalink
simplifying intermediate level 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 6, 2008
1 parent 29adddf commit 7fd9312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion towers/intermediate/level_001.rb
Expand Up @@ -13,5 +13,5 @@
stairs 2, 3

warrior 0, 1, :east do |u|
u.add_abilities :walk!, :feel, :distance, :pivot!
u.add_abilities :walk!, :feel, :distance
end
10 changes: 2 additions & 8 deletions towers/intermediate/level_002.rb
@@ -1,13 +1,12 @@
# -----
# | @ sC|
# | @ s |
# |s S>|
# |Cs sC|
# -----

description "Another large room, but with several enemies blocking your way to the stairs."
tip "Just like walking, you can attack! and feel in multiple directions (:forward, :left, :right, :backward)."

time_bonus 60
time_bonus 40
size 5, 3
stairs 4, 1

Expand All @@ -16,9 +15,4 @@
end
unit :sludge, 3, 0, :west
unit :thick_sludge, 3, 1, :west
unit :sludge, 3, 2, :west
unit :sludge, 0, 1, :north
unit :sludge, 1, 2, :north
unit :captive, 0, 2, :north
unit :captive, 4, 0, :west
unit :captive, 4, 2, :west

0 comments on commit 7fd9312

Please sign in to comment.