mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 21:38:47 +01:00
7174467756
# Summary This PR refactors radiation values and cleans up custom radiation values without a definition. This also fixes #22155. ## Changes - Update ARMOR_RAD_STRONG 75 -> 70, now fits RAD_LEVEL_VERY_HIGH. - Update radiation level defines: - NONE = 0 - VERY_LOW = 1 (old LOW) - LOW = 10 - MODERATE = 25 - HIGH = 40 - VERY_HIGH = 70 (old value was 100) - EXTREME = 100 - CATASTROPHIC = 120 - Update a couple of rad values to their respective define name (with minor implicit balancing). - Remove the super awkward/LRP hairloss with high radiation exposure.