AddCriminals3Card.prototype.play = function(field, player) {
    if(field.attachedCard.houseType > 4) {
        throw "error_housetype_too_low";
    }
    return this.parent.play.apply(this, arguments);