mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Bugfixes (#170)
* Fixed crash when setting Fogs or Panoramas to none * Generalised the initial setting of stat stages for battlers * Fixed fishing animation looking weird (especially when surfing)
This commit is contained in:
@@ -14,13 +14,11 @@ def pbFishingBegin
|
||||
pbUpdateSceneMap
|
||||
end
|
||||
end
|
||||
$game_player.lock_pattern = false
|
||||
end
|
||||
end
|
||||
|
||||
def pbFishingEnd
|
||||
if !pbCommonEvent(Settings::FISHING_END_COMMON_EVENT)
|
||||
$game_player.lock_pattern = true
|
||||
4.times do |pattern|
|
||||
$game_player.pattern = pattern
|
||||
(Graphics.frame_rate / 20).times do
|
||||
|
||||
Reference in New Issue
Block a user