Skip to content

Commit

Permalink
MBM message when new board is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Dec 12, 2024
1 parent 2353d37 commit adb23ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DXRModules/DeusEx/Classes/DXRBingoCampaign.uc
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ function NewBingoBoard()

// clear read items, so you can do new bingo goals with old reading material
data.ForgetRead();

player().ClientMessage("Mr. Page's Mean Bingo Machine has generated a new bingo board!");
}

function AddBingoEventBlocker(name blockedTag, name bingoFlag) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Here's a trailer for WaltonWare mode. WaltonWare mode is focused on quick wins b
* Takes away half your skill points and 5 random skill levels, so the player has to choose which ones to level up first
* New game modes! See the [(Wiki page)](https://github.com/Die4Ever/deus-ex-randomizer/wiki/Game-Modes) for a full list!
* WaltonWare mode - A quick option to get into the game without the time commitment of the full game! You start in a random mission and win by completing one bingo. As New Game+ keeps making it harder, see how fast you can complete them or how many you can complete!
* Mr Page's Mean Bingo Machine: A new mode where you play through the whole game, but must complete a set number of bingo lines before being allowed to progress to the next mission. Once you get to the next mission, you are given a new bingo board!
* Mr. Page's Mean Bingo Machine: A new mode where you play through the whole game, but must complete a set number of bingo lines before being allowed to progress to the next mission. Once you get to the next mission, you are given a new bingo board!
* Zero Rando - great for first-time Deus Ex players to benefit from the bug fixes, QoL improvements, and balance changes we've made, without any randomization.
* Vanilla Fixer: This one is for the purists. Use our new installer program and it will do compatibility fixes for the vanilla game (Kentie's Launcher, D3D10, DXVK, Engine.dll fix, and more), then just run DeusEx.exe as normal and the gameplay will be unchanged but with high frame rates and resolutions!
* Randomizer Lite - randomizes some things without interfering with the immersion and mood of the game. Great for players who haven't played Deus Ex in a long time, or if you're intimidated by the full Randomizer.
Expand Down

0 comments on commit adb23ef

Please sign in to comment.