key: "bimboIntelligence",
value: function() {
var e = this.intelligence();
if (this.hasPerk("Fuck Sense")) {
var t = this.intelligenceMax() - this.intelligence() + 1;
return (t += this.libido() / 10) >= 5 * this.level && (t = 5 * this.level),
this.hasStatusEffect("Mind Lashed") && (t = Math.ceil(.5 * t)),
Math.max(t, e)
}
return e
}