From 3470ed60a29775a6a98e897b16edd3ffe19ae1ce Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 11:39:35 -0700 Subject: Updated to 2022-04-21-1455 Various patches updated for the addition of ballistic damage. Add patch to allow helicopters to land on the mi-go landing pad. Add patch to fix canned beans being listed as merely beans when plural. --- terrain-01_migo-platform-landing-pad.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 terrain-01_migo-platform-landing-pad.patch (limited to 'terrain-01_migo-platform-landing-pad.patch') diff --git a/terrain-01_migo-platform-landing-pad.patch b/terrain-01_migo-platform-landing-pad.patch new file mode 100644 index 0000000..3901bcf --- /dev/null +++ b/terrain-01_migo-platform-landing-pad.patch @@ -0,0 +1,11 @@ +--- a/data/json/furniture_and_terrain/terrain-migo.json ++++ b/data/json/furniture_and_terrain/terrain-migo.json +@@ -66,7 +66,7 @@ + "symbol": "~", + "color": "light_gray", + "looks_like": "t_floor_resin", +- "move_cost": 1, ++ "move_cost": 2, + "flags": [ "TRANSPARENT", "COLLAPSES", "FLAT", "ROAD", "NONFLAMMABLE" ], + "bash": { + "str_min": 250, -- cgit v1.2.1