updated pc cost to 30%

This commit is contained in:
Khalim Conn-Kowlessar 2026-01-08 15:35:18 +00:00
parent bd7a30808a
commit 81f923b5e4

View file

@ -113,7 +113,7 @@ export async function GET(
const contingency = upgraded.contingency ?? 0;
const total_funding = upgraded.total_funding ?? 0;
const net_cost = construction_cost - total_funding;
const pc_cost = construction_cost * 0.28; // Placeholder for PC cost
const pc_cost = construction_cost * 0.3; // Placeholder for PC cost
//
// ----------------------------------------------------------