Page 1 of 1

Strings vs things in auto-yield and ability ordering

PostPosted: 07 Jan 2017, 19:38
by pfps
Both autoyield and spell ability ordering use strings to decide what to do. On the other hand optional abilities use an identifier to remember what to do.

I think that it would be better to use things uniformly. However, moving to things would be a fair bit of work for spell ability ordering.

Comments?

Re: Strings vs things in auto-yield and ability ordering

PostPosted: 08 Jan 2017, 04:33
by Agetian
Hmmm I think either might work, I'm not sure if either approach is better/preferable though, I have little experience with the intrinsic mechanism of auto yield... :/

- Agetian