mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Removed a useless line from the previous commit.
This commit is contained in:
@@ -198,7 +198,6 @@ public abstract class ReplacementEffect extends TriggerReplacementBase {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
String desc = this.getMapParams().get("Description");
|
|
||||||
if (this.getMapParams().containsKey("Description") && !this.isSuppressed()) {
|
if (this.getMapParams().containsKey("Description") && !this.isSuppressed()) {
|
||||||
return AbilityUtils.applyDescriptionTextChangeEffects(this.getMapParams().get("Description"), this);
|
return AbilityUtils.applyDescriptionTextChangeEffects(this.getMapParams().get("Description"), this);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user