contagion castable on players

This commit is contained in:
2024-04-03 20:56:26 -05:00
parent 2990396778
commit af3eb1d85f
+3
View File
@@ -482,6 +482,9 @@ public class PowersBase {
}
public boolean targetPlayer() {
if(this.name.equals("Contagion")){
return true;
}
return this.targetPlayer;
}