WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

Improve description of ADD_MEMORIZED_SPELL patch command #211

Closed 4Luke4 closed 2 years ago

4Luke4 commented 2 years ago

Documentation should probably mention that this patch will also cause the given spell to be known.

In other words, there's no need to include ADD_KNOWN_SPELL ~SPPR314~ #2 ~priest~ in your code. ADD_MEMORIZED_SPELL ~SPPR314~ #2 ~priest~ (5) will automatically do that for you.

FredrikLindgren commented 2 years ago

Done in 261abb8f71324a596d4fcb48376d550933f820ae.