clarify asPeaceful() function for spells
I found it very confusing how many of the spells were (WHEN_COMBAT).asPeaceful(). I thought those were bugs at first.
This commit is contained in:
@@ -47,6 +47,7 @@ cSpell& cSpell::needsSelect(eSpellSelect sel) {
|
||||
return *this;
|
||||
}
|
||||
|
||||
// Mark a spell as castable by pacifist PCs
|
||||
cSpell& cSpell::asPeaceful() {
|
||||
peaceful = true;
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user