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):
|
||||
pass
|
||||
|
||||
def attacked():
|
||||
def attacked(self):
|
||||
pass
|
||||
|
||||
def animation(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user