mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
The player now dismounts the Bicycle after various map transfers
This commit is contained in:
@@ -234,6 +234,7 @@ class BattleChallengeData
|
||||
$game_temp.player_new_x = @start[1]
|
||||
$game_temp.player_new_y = @start[2]
|
||||
$game_temp.player_new_direction = 8
|
||||
pbDismountBike
|
||||
$scene.transfer_player
|
||||
end
|
||||
end
|
||||
|
||||
@@ -33,6 +33,7 @@ class SafariState
|
||||
$game_temp.player_new_x = @start[1]
|
||||
$game_temp.player_new_y = @start[2]
|
||||
$game_temp.player_new_direction = 2
|
||||
pbDismountBike
|
||||
$scene.transfer_player
|
||||
}
|
||||
end
|
||||
|
||||
@@ -164,6 +164,7 @@ class BugContestState
|
||||
$game_temp.player_new_x = @start[1]
|
||||
$game_temp.player_new_y = @start[2]
|
||||
$game_temp.player_new_direction = @start[3]
|
||||
pbDismountBike
|
||||
$scene.transfer_player
|
||||
$game_map.need_refresh = true # in case player moves to the same map
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user