mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixes bug when player loses to mew
This commit is contained in:
@@ -97,6 +97,10 @@ class Game_Character
|
||||
end
|
||||
end
|
||||
|
||||
def set_opacity(opacity)
|
||||
@opacity = opacity
|
||||
end
|
||||
|
||||
def move_speed=(val)
|
||||
return if val == @move_speed
|
||||
@move_speed = val
|
||||
|
||||
Reference in New Issue
Block a user