mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed a typo
This commit is contained in:
@@ -84,7 +84,7 @@ public class HumanPlaySpellAbility {
|
||||
game.getStack().freezeStack();
|
||||
|
||||
if (manaConversion) {
|
||||
AbilityUtils.applyManaColorConvertion(human, params);
|
||||
AbilityUtils.applyManaColorConversion(human, params);
|
||||
}
|
||||
// This line makes use of short-circuit evaluation of boolean values, that is each subsequent argument
|
||||
// is only executed or evaluated if the first argument does not suffice to determine the value of the expression
|
||||
|
||||
Reference in New Issue
Block a user