mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Enabled BallBurst common animations to be played during other battle animations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user