(permanent + " deals 1 damage to " + player) instead of (deals 1 damage to you)
parent
691dce74cc
commit
2c3d4208ff
|
@ -25,7 +25,7 @@ public class City_of_Brass {
|
|||
player,
|
||||
new Object[]{permanent,player},
|
||||
this,
|
||||
permanent + " deals 1 damage to you.") :
|
||||
permanent + " deals 1 damage to " + player) :
|
||||
MagicEvent.NONE;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue