CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.7k stars 4.2k forks source link

[0.H] Historical Reenactor gets random stockings, including ahistorical ones #78110

Open Outcognito opened 1 week ago

Outcognito commented 1 week ago

Describe the bug

When creating a character and choosing Historical Reenactor as a profession, worn stockings are randomized. This usually produces ahistorical stockings as a result. P.S. I'm also not sure about getting plastic bottles as containers for vinegar and kerosene.

Attach save file

N/A

Steps to reproduce

  1. Start creating a character.
  2. Select Historical Reenactor as a profession.
  3. Switch professions back and forth.
  4. Observe stockings getting randomized without restrictions.

Expected behavior

This particular profession should be limited to colors actually worn by Revolutionary War soldiers. From what I quickly searched, stockings should be brown or white.

Screenshots

image image image image

Versions and configuration

Additional context

No response

RedMisao commented 1 week ago

The item is set as { "item": "stockings" } in 0.H, fixed in experimental as { "item": "stockings", "variant": "stockings_white" }