bzr branch
http://9ix.org/bzr/ld26
35
by Josh C
troll |
1 |
Troll = Tile:extend { |
2 |
image = 'data/troll.png', |
|
3 |
onCollide = function(self, other, xOl, yOl) |
|
4 |
if the.inventory.items['fish'] then |
|
46
by Josh C
don't kill trolls |
5 |
self.y = self.y - self.height |
35
by Josh C
troll |
6 |
the.inventory:remove('fish') |
7 |
else |
|
8 |
self:displace(other) |
|
9 |
end |
|
10 |
end |
|
11 |
} |