From dd3c1dca44c2f05f01c7e74ed56bcbf8124f86d1 Mon Sep 17 00:00:00 2001 From: lemonlambda Date: Mon, 23 Jun 2025 12:37:25 -0400 Subject: [PATCH 1/2] Increased pipe-to-ground health --- prototypes/pipes/ht-pipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/pipes/ht-pipes.lua b/prototypes/pipes/ht-pipes.lua index 672f0a5..c470615 100644 --- a/prototypes/pipes/ht-pipes.lua +++ b/prototypes/pipes/ht-pipes.lua @@ -385,7 +385,7 @@ ENTITY { mining_time = 0.1, result = "ht-pipes-to-ground" }, - max_health = 100, + max_health = 150, corpse = "small-remnants", resistances = { { From 6eabe9e8eaf44a5374e154569896a6e525a35a0a Mon Sep 17 00:00:00 2001 From: lemonlambda Date: Mon, 23 Jun 2025 12:37:51 -0400 Subject: [PATCH 2/2] Changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index f481878..ce7a47a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 3.0.15 Date: ??? Changes: + - Increased ht-pipe-to-ground health to match vanilla pipe-to-ground's health - Nexelit battery recipe now produces un-charged battery. (WARNING: BREAKING CHANGE) - Nexelit-powered accumulator MK 01 now uses un-charged batteries. (WARNING: BREAKING CHANGE) ---------------------------------------------------------------------------------------------------