I'm back after being mostly AWOL for the last couple months, but I'm back and DaJAngband is not dead (but it'll still be pretty slow moving). On that note, I have a question for people who know the code.
In monster.txt, the third entry in the W: line is unused and always set at zero. I would like to use this spot for something, but in the code it seems to assign it to r_ptr->power and actually do something with it. Does it actually do anything? Would it have any unwanted effects if I assigned the unused spot to something besides r_ptr->power and used it for something?
In the meantime, I'm going to make yet another copy of everything as a backup and go ahead and try it.
PS After being gone for awhile, I thought the official vanilla 3.1.0 would be out when I came back. oh well.
In monster.txt, the third entry in the W: line is unused and always set at zero. I would like to use this spot for something, but in the code it seems to assign it to r_ptr->power and actually do something with it. Does it actually do anything? Would it have any unwanted effects if I assigned the unused spot to something besides r_ptr->power and used it for something?
In the meantime, I'm going to make yet another copy of everything as a backup and go ahead and try it.
PS After being gone for awhile, I thought the official vanilla 3.1.0 would be out when I came back. oh well.
Comment