Skip to content

Commit

Permalink
making intermediate lvl 2 a little more difficult
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Sep 13, 2008
1 parent 6f1be73 commit bbc0c82
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions towers/intermediate/level_002.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# -----
# | @ s |
# |s S>|
# -----
# ----
# |@ s |
# | sS>|
# ----

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 40
size 5, 2
stairs 4, 1
size 4, 2
stairs 3, 1

warrior 1, 0, :east do |u|
u.add_abilities :attack!, :health, :rest!
end
unit :sludge, 3, 0, :west
unit :thick_sludge, 3, 1, :west
unit :sludge, 0, 1, :north
unit :sludge, 2, 0, :west
unit :thick_sludge, 2, 1, :west
unit :sludge, 1, 1, :north

0 comments on commit bbc0c82

Please sign in to comment.