fix attacked parameter error
This commit is contained in:
parent
14379e5c27
commit
17b5262015
@ -158,7 +158,7 @@ class Plant(pg.sprite.Sprite):
|
|||||||
def digest(self):
|
def digest(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def attacked():
|
def attacked(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def animation(self):
|
def animation(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user