no flag checkpoints no longer appear in ANN

This commit is contained in:
JHDev2006
2025-09-25 13:27:46 +01:00
parent 8126439a81
commit 402440853b

View File

@@ -27,7 +27,7 @@ func _enter_tree() -> void:
LevelPersistance.active_nodes = old_state.duplicate(true)
func _ready() -> void:
if [Global.GameMode.CHALLENGE, Global.GameMode.MARATHON_PRACTICE].has(Global.current_game_mode):
if [Global.GameMode.CHALLENGE, Global.GameMode.MARATHON_PRACTICE].has(Global.current_game_mode) or Global.current_campaign == "SMBANN":
queue_free()
return
if has_meta("is_flag") == false: