Browse Source

[fixed] bug due to wrong filename

anjuna krokus 5 months ago
parent
commit
043d1041ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/AppearanceSystem.qsrc

+ 2 - 2
locations/AppearanceSystem.qsrc

@@ -139,9 +139,9 @@ if $ARGS[0] = 'SetBodyShapeBonus':
 	!!Setting the pcs_apprnc bonus based on fat and strength
 	else
 		if succubusflag = 1:
-			temp_BodyShapeBonus = func('body_bmi_stren', 'appearance_bonus', pcs_bmi, 80)
+			temp_BodyShapeBonus = func('body_structure', 'appearance_bonus', pcs_bmi, 80)
 		else
-			temp_BodyShapeBonus = func('body_bmi_stren', 'appearance_bonus', pcs_bmi, strenbuf)
+			temp_BodyShapeBonus = func('body_structure', 'appearance_bonus', pcs_bmi, strenbuf)
 		end
 
 		!!This modifies bodykoef for high or low pcs_mass['body'] values