From 9e9355da41424021c1d2bc5e07357690235b852a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 7 Jan 2021 06:21:08 +0100 Subject: [PATCH] info/power: Fix commodity power formula Messed up in commit 1307a3be6 "show: Extend show item to show the power value", v4.4.0. Signed-off-by: Markus Armbruster --- info/power.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/power.t b/info/power.t index 71c4003fe..f826f8b16 100644 --- a/info/power.t +++ b/info/power.t @@ -85,8 +85,8 @@ efficiency / 100. The power value of a ship, plane, land unit or nuke is the power value of the materials and money needed to build * efficiency / 100. .s1 -The power value of commodities is amount * type factor. \*Qshow -item\*U shows the type factor in column \*Qpower\*U. +The power value of commodities is amount * type factor / 1000. +\*Qshow item\*U shows the type factor in column \*Qpower\*U. .s1 Efficiency is in percent. .s1 -- 2.43.0