Enabled BallBurst common animations to be played during other battle animations

This commit is contained in:
Maruno17
2022-02-22 19:26:50 +00:00
parent 2057084f69
commit e5be233224
5 changed files with 73 additions and 12 deletions

View File

@@ -125,7 +125,7 @@ class PictureEx
when Proc
cb.call(self)
when Array
cb[0].method(cb[1]).call(self)
cb[0].method(cb[1]).call(self, *cb[2])
when Method
cb.call(self)
end