From c02944c3a154adcca8905f01dae2cea80b6112c4 Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:38:07 -0400 Subject: [PATCH] Added UFO abduction protection. (#3641) --- src/util/protection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/protection.cpp b/src/util/protection.cpp index e351d47e..f7ca0798 100644 --- a/src/util/protection.cpp +++ b/src/util/protection.cpp @@ -104,6 +104,7 @@ namespace big::protection {"ggsm_arcade"_J, script_block_state::BLOCK_ALWAYS}, // Space Monkey? {"puzzle"_J, script_block_state::BLOCK_ALWAYS}, // Qub3d? {"camhedz_arcade"_J, script_block_state::BLOCK_ALWAYS}, + {"fm_content_ufo_abduction"_J, script_block_state::BLOCK_ALWAYS}, {"SCTV"_J, script_block_state::BLOCK_ALWAYS}} };