Fixed sliding on ice having the camera lag behind

This commit is contained in:
Maruno17
2023-01-03 15:05:54 +00:00
parent 9dd774a767
commit 707cd143d8
8 changed files with 24 additions and 37 deletions

View File

@@ -57,6 +57,7 @@ module GameData
@bridge = hash[:bridge] || false
@shows_reflections = hash[:shows_reflections] || false
@must_walk = hash[:must_walk] || false
@must_walk_or_run = hash[:must_walk_or_run] || false
@ignore_passability = hash[:ignore_passability] || false
end
@@ -163,7 +164,7 @@ GameData::TerrainTag.register({
:id_number => 12,
:battle_environment => :Ice,
:ice => true,
:must_walk => true
:must_walk_or_run => true
})
GameData::TerrainTag.register({