From dc7c8955b1f4c1cd8e818fbe05e766ff63fd8868 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 5 Apr 2023 23:38:29 +0900 Subject: [PATCH] Update main.lua --- PHI-VP/main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/PHI-VP/main.lua b/PHI-VP/main.lua index 64e6859..44dfa9f 100644 --- a/PHI-VP/main.lua +++ b/PHI-VP/main.lua @@ -56,7 +56,6 @@ data.raw['fluid-wagon']['fluid-wagon'].braking_force = 5 data.raw['fluid-wagon']['fluid-wagon'].friction_force = 0.25 data.raw['fluid-wagon']['fluid-wagon'].air_resistance = 0.005 - data.raw['construction-robot']['construction-robot'].max_health = 400 data.raw['construction-robot']['construction-robot'].max_payload_size = 3 data.raw['construction-robot']['construction-robot'].max_energy = '6MJ'