Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Feb 10, 2025
1 parent 9b6b945 commit f14e947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/internal/ears/_ears.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/// Resistance against loud noises
var/bang_protect = 0
/// Multiplier for both long term and short term ear damage
var/damage_multiplier = 1
var/damage_multiplier = 0.10 // DOPPLER EDIT, makes deafness last less long - old code: var/damage_multiplier = 1

/obj/item/organ/ears/on_life(seconds_per_tick, times_fired)
// only inform when things got worse, needs to happen before we heal
Expand Down

0 comments on commit f14e947

Please sign in to comment.