Skip to content

Commit

Permalink
revert the cloaker spawn sound (bring back idle static)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawastaken committed Jul 21, 2024
1 parent b337ffe commit 279c082
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 @@ -695,7 +695,7 @@ Hooks:PostHook(CharacterTweakData, "init", "eclipse_init", function(self)
self.spooc.damage.hurt_severity = self.presets.hurt_severities.only_light_hurt_and_fire
self.spooc.spooc_attack_use_smoke_chance = 0
self.spooc.melee_weapon = "baton"
self.spooc.spawn_sound_event = "clk_c01x_plu" --*WOOOSH*
-- self.spooc.spawn_sound_event = "clk_c01x_plu" --*WOOOSH*

-- tank
self.tank.damage.hurt_severity = self.presets.hurt_severities.dozer -- cool damage react thing
Expand Down

0 comments on commit 279c082

Please sign in to comment.