From 85e4741a6b39e436befacaf9778619696c9c5a33 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 8 Jan 2023 00:59:29 +0100 Subject: Renamed health to structure points where applicable --- universe/include/kurator/universe/ShipType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'universe/include') diff --git a/universe/include/kurator/universe/ShipType.h b/universe/include/kurator/universe/ShipType.h index fccf970..fdbb8af 100644 --- a/universe/include/kurator/universe/ShipType.h +++ b/universe/include/kurator/universe/ShipType.h @@ -12,7 +12,7 @@ namespace universe struct ShipType { std::string name; - double base_health_points; + double base_structure_points; double max_speed; }; -- cgit v1.1