Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hair Grows Instantly / Balds Inappropriately #76534

Closed
Ichthysdekilt opened this issue Sep 18, 2024 · 1 comment
Closed

Hair Grows Instantly / Balds Inappropriately #76534

Ichthysdekilt opened this issue Sep 18, 2024 · 1 comment
Labels
Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@Ichthysdekilt
Copy link

Describe the bug

When you have natural hair growth turned on and cut your hair it grows back immediately.

Attach save file

New Magic-trimmed.tar.gz

Steps to reproduce

  1. Have character with natural hair growth
  2. Cut hair shorter using any method (save has a makeshift haircut kit wielded)
  3. Wait
  4. Each turn you wait the hair grows through its phases until landing on bald

Expected behavior

Hair grows over days and weeks, not seconds

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.22631.4169 (23H2)
  • Game Version: abbb6ce [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Bionic Professions [package_bionic_professions],
    Magiclysm [magiclysm],
    Mind Over Matter [mindovermatter],
    Xedra Evolved [xedra_evolved],
    Bombastic Perks [bombastic_perks],
    Extra Mutated Scenarios [extra_mut_scens],
    Mythical Martial Arts [MMA],
    Translate Complex Dialogue [translate_dialogue],
    SpeedyDex [speedydex],
    Stats Through Kills [stats_through_kills],
    Stats Through Skills [StatsThroughSkills],
    Tamable Wildlife [Tamable_Wildlife]
    ]

Additional context

Maybe related to #76170

@Ichthysdekilt Ichthysdekilt added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Sep 18, 2024
@GuardianDll
Copy link
Member

it related to the fact that numbers in EoC that handle hair grow are broken totally, result in negative time, and, therefore, are running every second

"recurrence": { "math": [ "(6480000 - ((u_val('health') * 180000) ) )" ] },

@GuardianDll GuardianDll added Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON labels Sep 19, 2024
@harakka harakka added (S2 - Confirmed) Bug that's been confirmed to exist and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Sep 19, 2024
Fabiang120 added a commit to Fabiang120/Cataclysm-DDA that referenced this issue Sep 28, 2024
I’ve addressed the issue related to hair growing instantly. Issue - CleverRaven#76534. The problem was indeed with the recurrence values in the appearance_eocs.json file. I’ve updated the recurrence math to use a fixed number, which should prevent hair growth from happening too quickly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

No branches or pull requests

3 participants