Skip to content

Commit

Permalink
gaem done for now
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-lowe committed Dec 5, 2019
1 parent 9e8656c commit 3c9c0d6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Enemies.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def action(self, player):
return f"Tektite {self.num} jumps around."


class Leever(Enemy):#TODO
class Leever(Enemy):
def __init__(self, number):
super().__init__(number, "Leever", 4, 4, 4)
self.drops = ["rupy", "rupy", "rupy", "rupy", "rupy", "5 rupies", "5 rupies", "clock", "heart", "heart"]
Expand Down
Binary file modified __pycache__/Enemies.cpython-37.pyc
Binary file not shown.
Binary file modified __pycache__/Player.cpython-37.pyc
Binary file not shown.
Binary file modified __pycache__/tiles.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def getOverworldTiles(link):
[],#objects
"He gestures toward a heart container and a life potion, \"Take any one you want.\""
)
#final fight room (leever)#TODO
#final fight room (leever)
tileList[2][2][1] = MapTile(
Point(2,2,1),#this tile position
"The bridge connects to the island at a small sandy beach.",#tile description
Expand Down

0 comments on commit 3c9c0d6

Please sign in to comment.