Skip to content

Commit

Permalink
don't let bg1 imoen complain about torture, fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jan 28, 2024
1 parent ed52496 commit f4e87e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tnt/components/extended_soundsets/cherry_pick.tpa
Expand Up @@ -58,6 +58,14 @@ ACTION_IF (~%LANGUAGE%~ STR_EQ ~english~) BEGIN
COPY ~%wav_dir%/g_ttedw1.wav~ ~override~ //@40 /* Your end is near at hand, wail if you must!! */
END

// BG1 Imoen: silence "Just like old times. Well, except for the torture and all."
// Doesn't suit BG1 part.
ACTION_PHP_EACH bg1_imoen_cre AS npc => cre BEGIN
COPY_EXISTING ~%cre%.cre~ ~override~
WRITE_LONG SELECT_RARE2 "-1"
BUT_ONLY
END

//Jaheira
ACTION_IF (~%LANGUAGE%~ STR_EQ ~english~) BEGIN
ACTION_FOR_EACH game IN bg1 bg2 BEGIN
Expand Down

0 comments on commit f4e87e6

Please sign in to comment.