Noctifer-de-Mortem/nocts_cata_mod

Designer clothing in c_armor.json still uses "legs" as a body part, which crashes the game

Closed this issue · 1 comments

Basically as the title. Need to replace

[ "legs" ]

with

[ "leg_r", "leg _l" ]

for all designer clothes (for example "fancy_boxer_shorts") in the c_armor.json. I'd do it myself if I could contribute to the project. I basically would only need to push the branch and open a PR at this point.

Whoops, will fix that in a moment.