mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
The player now dismounts the Bicycle after various map transfers
This commit is contained in:
@@ -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