mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Player: fixed Name of StaticAbility Effect
This commit is contained in:
@@ -1125,7 +1125,7 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
PlayerZone com = getZone(ZoneType.Command);
|
||||
|
||||
if (!staticAbilities.containsKey(host)) {
|
||||
DetachedCardEffect effect = new DetachedCardEffect(host, host + "'s Effect");
|
||||
DetachedCardEffect effect = new DetachedCardEffect(host, host.getName() + "'s Effect");
|
||||
effect.setOwner(this);
|
||||
staticAbilities.put(host, effect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user