diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js
index e4797f9324e7d271aa30b89bb097a8cbcf122cf8..7dc7dfeed9cd323eb5d69ed995a00bbfbcf60c6f 100644
--- a/src/npc/descriptions/boobs/boobs.js
+++ b/src/npc/descriptions/boobs/boobs.js
@@ -743,7 +743,7 @@ App.Desc.boobs = function() {
 				} else if (slave.boobs > 800) {
 					r += `${slave.slaveName}'s ${adjNoun} create a noticeable swell at the front of ${his} ultra-heavy armor.`;
 				} else {
-					r += `${slave.slaveName}'s chest appears perfectly flat beneath ${his} ultra-heavy Imperial armor. ${slave.boobs > 300 ? `You can't even notice ${his} breasts, elegantly concealed by the massive plating.` : ''}`;
+					r += `${slave.slaveName}'s chest appears perfectly flat beneath ${his} ultra-heavy Imperial armor. ${slave.boobs < 400 ? `You can't even notice ${his} breasts, elegantly concealed by the massive plating.` : ''}`;
 				}
 				break;
 			case "a dirndl":