From 36a26de536c4e9ed5ab36fba81c39d7f0aac338c Mon Sep 17 00:00:00 2001 From: VGCrow <56963648+Vgoloshivskiy@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:02:01 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../robofac_intercom_trades.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/data/json/npcs/robofac/robofac_intercom/robofac_intercom_trades.json b/data/json/npcs/robofac/robofac_intercom/robofac_intercom_trades.json index 6724fcc393ff8..78324ef8c91f7 100644 --- a/data/json/npcs/robofac/robofac_intercom/robofac_intercom_trades.json +++ b/data/json/npcs/robofac/robofac_intercom/robofac_intercom_trades.json @@ -262,11 +262,7 @@ }, { "text": "[Deliver a broken triakis drone.]", - "condition": { - "and": [ - { "u_has_items": { "item": "broken_yrax_triakis", "count": 1 } } - ] - }, + "condition": { "and": [ { "u_has_items": { "item": "broken_yrax_triakis", "count": 1 } } ] }, "effect": [ { "u_consume_item": "broken_yrax_triakis", "count": 1, "popup": true }, { "math": [ "u_broken_yrax_triakis_sold", "++" ] }, @@ -276,11 +272,7 @@ }, { "text": "[Deliver a broken monolith.]", - "condition": { - "and": [ - { "u_has_items": { "item": "broken_golden_monolith", "count": 1 } } - ] - }, + "condition": { "and": [ { "u_has_items": { "item": "broken_golden_monolith", "count": 1 } } ] }, "effect": [ { "u_consume_item": "broken_golden_monolith", "count": 1, "popup": true }, { "math": [ "u_broken_golden_monolith_sold", "++" ] }, @@ -290,11 +282,7 @@ }, { "text": "[Deliver a broken delta drone.]", - "condition": { - "and": [ - { "u_has_items": { "item": "broken_yrax_delta", "count": 1 } } - ] - }, + "condition": { "and": [ { "u_has_items": { "item": "broken_yrax_delta", "count": 1 } } ] }, "effect": [ { "u_consume_item": "broken_yrax_delta", "count": 1, "popup": true }, { "math": [ "u_broken_yrax_delta_sold", "++" ] },