I'm trying to create new cleric domains manually.
It looks like this line:
result = hero.assign[Domain.Air]
is what pulls in the spells for the cleric domain. Where is Domain.?? defined? I searched through the data files and could not find, and when I replace it with my test domain, I get an error.
Thanks!
It looks like this line:
result = hero.assign[Domain.Air]
is what pulls in the spells for the cleric domain. Where is Domain.?? defined? I searched through the data files and could not find, and when I replace it with my test domain, I get an error.
Thanks!