this.color.setGreen(true);
this.power = new MageInt(4);
this.toughness = new MageInt(4);
// Charging Rhino can't be blocked by more than one creature.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantBeBlockedByMoreThanOneSourceEffect()));
}