Adds deafened ear ring that plays any time you're deafened, and fades back in once you can hear again.
Example of deafened feedback [here](https://streamable.com/8s8vlu).
Worry not, if you're deafened via mutation or other, you'll simply go deaf, and only hear the fade-in once you regain hearing.
It will also only play **once** when you are deafened. Further deafening effects while you are already deaf will not force you to hear it again.
Reducing minimum penetration on phazon armor to 10 from 15.
Reducing minimum penetration on military armor to 20 from 25
Hopefully this will make them less OP, but further edits may be needed.
*hopefully* made the strange mecha plating that the phazons get less shitty. I'll need to observe its performance in-game to actually determine how much less shitty it should be, as I'm only figuring this stuff out.
Adjusted the number of slots that both phazons have, making the Janus better and the normal phazon worse. Bumped up the health of the normal phazon by 50 to 250 and removed its ability to cloak, which will be unique to the Janus and Scuttlebug. This makes the phazon a solid tier 4 mech, and makes it not overpowered for something science can build.
Will change the armor later, as I intend to change a lot of those.
PR https://github.com/VOREStation/VOREStation/pull/11454 set var amount on stacks to private, necessitating using get_amount() to read the amount currently left in a stack, rather than just directly accessing the var.
Fixes in order:
- Removes List of defines in misc_ch.dm that are no longer used - they're defined here for the casino prize dispenser, making these obsolete:

- Fixes relative pathing in mecha_parts_ch.dm
- Fixes relative pathing in bodybag.dm
- Fixes relative pathing in sahoc_ch.dm
- Fixes relative pathing in toys_yw.dm
- Fixes def_zone being defined when only the variable was needed in twohanded_ch.dm
- Fixes relative pathing in trash_pile_vr_ch.dm
- Fixes clip_mask being missing in misc_ch.dm
- Fixes relative pathing in tesh_synth_facemask.dm
- Fixes absolute path being indented in by one (typo?)
- Fixes relative pathing in armor_yw.dm
- Fixes unreachable parent call in audible_scream_ch.dm
- Fixes VERM_LIZARDS being undefined when it wasn't defined, as VERM_LIZARDMEN was the variable being defined + used in mutants.dm
- Removes two un-needed parent calls - these procs have no parent on /obj/structure - thecake_ch.dm
- Fixes invalid kword nano_state in protean_blob.dm
- Fixes relative pathing in drone_manufacturer_unify.dm
- Fixes relative pathing in synx.dm
- Removes arguments of drop_item that don't exist (port was from TG and had force_drop = 1 and src defined.) - vox.dm
- Added vision_required = TRUE to fix proc argument missing - bigdragon_ch.dm
- Added include_robo = TRUE to fix argument missing in demon_ch.dm
- Fixes relative pathing in rakshasa_abilities.dm
- Adds comment to solargrub.dm, unable to fix operator overload error yet.
- Fixes relative pathing in sprite_accessories_extra_ch.dm
- Fixes relative pathing in sprite_accessories_yw.dm
- Fixes relative pathing in phase.dm
- Fixes relative pathing in bluespacecoffee.dm
- Fixes relative pathing in other_ch.dm
- Fixes relative pathing and ambigious ! in living_ch.dm
- Fixes relative pathing in custom_clothes_yw.dm
- Fixes relative pathing in custom_rigs_yw.dm
- Fixes relative pathing in MadokaSpear.dm
- Comments out duplicate #includes in southern_cross.dm as vorestation.dme has them #include'd.