Skip to content

Commit

Permalink
This piano was a triumph
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Jul 16, 2023
1 parent 8b37f28 commit 03a0a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions DXRando/DeusEx/Classes/DXRandoSounds.uc
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ class DXRandoSounds extends Object abstract;
#exec AUDIO IMPORT FILE="Sounds\Halo.mp3" NAME="Halo" GROUP="MemePiano"
#exec AUDIO IMPORT FILE="Sounds\SH2PromiseReprise.mp3" NAME="SH2PromiseReprise" GROUP="MemePiano"
#exec AUDIO IMPORT FILE="Sounds\SH2EndingTheme.mp3" NAME="SH2EndingTheme" GROUP="MemePiano"
#exec AUDIO IMPORT FILE="Sounds\StillAlive.mp3" NAME="StillAlive" GROUP="MemePiano"

#exec AUDIO IMPORT FILE="Sounds\JockLetsGo.mp3" NAME="PocketJockLetsGo" GROUP="DXRandoItems"
4 changes: 4 additions & 0 deletions DXRando/DeusEx/Classes/WHPiano.uc
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ function Frob(actor Frobber, Inventory frobWith)
SelectedSound = sound'SH2EndingTheme';
duration = 7;
break;
case 34:
SelectedSound = sound'StillAlive';
duration = 7;
break;
default:
log("DXRPiano went too far this time! Got "$rnd);
return;
Expand Down

0 comments on commit 03a0a73

Please sign in to comment.