Skip to content

Commit

Permalink
cloakers whistle when they charge on Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicSoapyBoi committed Mar 5, 2025
1 parent 1cf29cd commit c6f585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/charactertweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ function CharacterTweakData:_set_presets()
if is_eclipse then
self:_multiply_all_speeds(1.1, 1.05)

self.spooc.spooc_sound_events = { detect_stop = "cloaker_presence_stop", detect = "cloaker_presence_loop" } -- cloakers are silent
self.spooc.spooc_sound_events = { detect_stop = nil, detect = "clk_c01x_plu" } -- cloakers whistle to announce their charge
self.taser.spawn_sound_event = self._prefix_data_p1.taser() .. "_elite" -- regular tasers get elite entrance line
end
end
Expand Down

0 comments on commit c6f585f

Please sign in to comment.