From 7eb656b89be2a447477a2c502a4449c78e119fdc Mon Sep 17 00:00:00 2001 From: gir489returns Date: Fri, 30 Aug 2024 09:19:47 -0400 Subject: [PATCH] Added UFO abduction protection. --- 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}} };