[#bugs] I was looking in the disassembly in `XRL.World.Encounters.EncounterObjectBuilder...

Issue #3543 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: helado, who knits the icy cream

Message (jump):

<Paperbell> I was looking in the disassembly in XRL.World.Encounters.EncounterObjectBuilders.GoatfolkHero1, and I saw that there was code that checked for goatfolk titles like stargazer and heartbiter, and then to tries to give the goatfolk legendary with those titles special mutations. However, the titles don't seem to be affecting the goatfolk hero that is created.

Goatfolk heroes have a name like "Raaraaah Stargazer, Goatfolk Shaman of clan Mnim". Is it possible that in creating the array to scan for title and clan names with String[] array2 = text.Split(' '), the array entry for Stargazer becomes Stargazer, with the comma, causing the scans for titles to always fail since they only search for Stargazer?

Comments (3)

  1. Log in to comment