From 2f014403c4b3b00f7330d95b3448256f5dd9949b Mon Sep 17 00:00:00 2001 From: "theastropath@gmail.com" Date: Mon, 14 Aug 2023 20:23:28 -0400 Subject: [PATCH] Add mission mask for burning trash bingo goal (not possible in mission 5) --- DXRModules/DeusEx/Classes/DXREvents.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DXRModules/DeusEx/Classes/DXREvents.uc b/DXRModules/DeusEx/Classes/DXREvents.uc index 5bc80f40c..c0b2b15c2 100644 --- a/DXRModules/DeusEx/Classes/DXREvents.uc +++ b/DXRModules/DeusEx/Classes/DXREvents.uc @@ -2433,7 +2433,7 @@ defaultproperties bingo_options(198)=(event="PianoSong7Played",desc="Stauf Says...",max=1,missions=64) bingo_options(199)=(event="PinballWizard",desc="Play %s different pinball machines",max=10,missions=37246) bingo_options(200)=(event="FlowersForTheLab",desc="Bring some flowers to brighten up the lab",max=1,missions=64) - bingo_options(201)=(event="BurnTrash",desc="Burn %s bags of trash",max=25) + bingo_options(201)=(event="BurnTrash",desc="Burn %s bags of trash",max=25,missions=57182) bingo_options(202)=(event="M07MeetJaime_Played",desc="Meet Jaime in Hong Kong",max=1,missions=96) bingo_options(203)=(event="Terrorist_peeptime",desc="Watch Terrorists for %s seconds",max=30,missions=62) bingo_options(204)=(event="UNATCOTroop_peeptime",desc="Watch UNATCO Troopers for %s seconds",max=30,missions=318)