mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Update PipeArea.gd
This commit is contained in:
@@ -107,11 +107,4 @@ func run_player_check(player: Player) -> void:
|
||||
pipe_entered.emit()
|
||||
DiscoLevel.can_meter_tick = false
|
||||
Level.in_vine_level = false
|
||||
|
||||
# temporal flex tape solution, sorry if this does bad things
|
||||
# - leanycat
|
||||
if (Global.current_game_mode == Global.GameMode.CAMPAIGN and Global.current_campaign == "SMBLL") and Global.world_num == 9 and Global.level_num == 3:
|
||||
Level.vine_return_level = Global.current_level.scene_file_path
|
||||
Level.in_vine_level = true
|
||||
|
||||
player.enter_pipe(self)
|
||||
|
Reference in New Issue
Block a user