[Mod FF]: Fixed blackout battlechatter, refactored the battlechatter script and some fix in _damagefeedback

This commit is contained in:
JerryALT
2024-03-29 20:50:58 +03:00
parent 698d14d73f
commit e29fb79d36
3 changed files with 102 additions and 290 deletions

View File

@ -0,0 +1,8 @@
init()
{
/* Original
level.scr_sound[ "gaz" ][ "tango_down" ] = "UK_2_inform_killfirm_generic_s";
*/
// Modded
level.scr_sound[ "gaz" ][ "tango_down" ] = "UK_gaz_inform_killfirm_generic_s";
}