diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index 08b14a1dca3c9b71daf3637c45f70c6e4513f719..7e069a3bc0c035e303def8aa14d4b54eb1aaf8ea 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -598,8 +598,8 @@ App.Desc.brand = function(slave, surface) {
 
 		if (slave.brand) {
 			bellyAccessory = slave.bellyAccessory;
-			if (setup.fakeBellies.includes(bellyAccessory) && slave.brand["belly"] !== 0) {
-				r += `${His} fake belly has ${slave.brand["belly"]} branded on it. `;
+			if (setup.fakeBellies.includes(bellyAccessory) && slave.brand.belly) {
+				r += `${His} fake belly has ${slave.brand.belly} branded on it. `;
 			} else {
 				for (let [key, value] of Object.entries(slave.brand)) {
 					if (r === ``) {