Explorar el Código

[fixed] bug due to wrong filename

anjuna krokus hace 10 meses
padre
commit
043d1041ad
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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