marius00 / iagd

MIT License
104 stars 31 forks source link

Suffix disappears when using the translator. #221

Closed misternobousi closed 5 months ago

misternobousi commented 5 months ago

ItemNameCombinatorTests.cs

if (int.TryParse(entry.Replace("s", ""), out fixIndex))

change to

if (int.TryParse(entry.Replace("s", "").Replace("\r", ""), out fixIndex))

fix it.

Originally posted by @misternobousi in https://github.com/marius00/iagd/issues/141#issuecomment-2002257177 I'm reporting it again because it's quite a troublesome issue.

marius00 commented 5 months ago

Closing as a duplicate of #141, fixed in 1.4.8842.11999