diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index 37e0550..b472ced 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -166,13 +166,9 @@ onPrecacheGametype() { logString("onPrecacheGametype called"); - //game["seekers_released_sound"] = "bomb_taken"; <= doesn't work - //game["seekers_released_sound"] = "mp_obj_taken"; - game["seekers_released_sound"] = "elev_bell_ding"; + game["seekers_released_sound"] = "mp_war_objective_taken"; game["seekers_blind_sound"] = "elev_run_end"; - //game["hiders_changed_sound"] = "claymore_activated"; - game["hiders_changed_sound"] = "weap_c4detpack_trigger_plr"; - //game["hiders_changed_sound"] = "positions_lock"; + game["hiders_changed_sound"] = undefined; game["fx_confetti"] = LoadFX("props/cash_player_drop"); game["fx_boom"] = LoadFX("props/electricbox4_explode");