mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
some text fixes
This commit is contained in:
parent
d5f2c1849d
commit
95eed18d73
7 changed files with 13 additions and 15 deletions
|
|
@ -99,12 +99,9 @@ public class DamageTargetEffect extends OneShotEffect {
|
|||
this.sourceName = effect.sourceName;
|
||||
}
|
||||
|
||||
public String getSourceName() {
|
||||
return sourceName;
|
||||
}
|
||||
|
||||
public void setSourceName(String sourceName) {
|
||||
this.sourceName = sourceName;
|
||||
public DamageTargetEffect withTargetDescription(String targetDescription) {
|
||||
this.targetDescription = targetDescription;
|
||||
return this;
|
||||
}
|
||||
|
||||
// TODO: this should most likely be refactored to not be needed and always use target pointer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue