Beispiel #1
0
 public override bool CardUsed(Creature.Player player)
 {
     player.EquipArmor(this);
     return(true);
 }