From caaaa26d5ca2d0f703f4ebd74d311b89f8559acc Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Thu, 21 Nov 2019 10:12:48 +0100 Subject: [PATCH 1/2] Smoke field "body_part_env_resistance" changed from 12 to 7 --- data/json/field_type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/field_type.json b/data/json/field_type.json index fbc9aad5ed086..01b118599a9e6 100644 --- a/data/json/field_type.json +++ b/data/json/field_type.json @@ -221,7 +221,7 @@ "dirty_transparency_cache": true, "percent_spread": 10, "outdoor_age_speedup": "0 turns", - "immunity_data": { "body_part_env_resistance": [ [ "MOUTH", 12 ] ] }, + "immunity_data": { "body_part_env_resistance": [ [ "MOUTH", 7 ] ] }, "priority": 8, "half_life": "2 minutes", "phase": "gas", From 975567f524e7b728325831903d855a292a68a0a7 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Thu, 21 Nov 2019 10:22:50 +0100 Subject: [PATCH 2/2] remove unused var --- src/map_field.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map_field.cpp b/src/map_field.cpp index a942ca7a5d129..6bd5e438c9dc7 100644 --- a/src/map_field.cpp +++ b/src/map_field.cpp @@ -72,7 +72,6 @@ const efftype_id effect_onfire( "onfire" ); const efftype_id effect_poison( "poison" ); const efftype_id effect_relax_gas( "relax_gas" ); const efftype_id effect_sap( "sap" ); -const efftype_id effect_smoke( "smoke" ); const efftype_id effect_stung( "stung" ); const efftype_id effect_stunned( "stunned" ); const efftype_id effect_teargas( "teargas" );