some text fixes

This commit is contained in:
xenohedron 2024-06-02 23:12:06 -04:00
parent d5f2c1849d
commit 95eed18d73
7 changed files with 13 additions and 15 deletions

View file

@ -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.