diff --git a/src/npc/bodyguard/bgDescription.js b/src/npc/bodyguard/bgDescription.js
index fcf0a377ffeb94aab3d23bd8494624b916315e64..429868280875d7e71fa6fc97313544f3299d535e 100644
--- a/src/npc/bodyguard/bgDescription.js
+++ b/src/npc/bodyguard/bgDescription.js
@@ -11,7 +11,7 @@ App.Desc.bodyguard = function(slave) {
 		return;
 	}
 	r.push(`${He} is your bodyguard.`);
-	r.push(bgWeapon(slave));
+	r.push(bgWeapon());
 
 	if (slave.skill.combat > 0) {
 		r.push(`${He} is <span class="aquamarine">skilled at combat:</span> ${he} is comfortable with the use of modern firearms and edged weapons, and ${his} hands`);