Skip to content

Commit

Permalink
Merge branch 'Yrax-protocols-part1' of https://github.com/Vgoloshivsk…
Browse files Browse the repository at this point in the history
…iy/Cataclysm-DDA into Yrax-protocols-part1
  • Loading branch information
Vgoloshivskiy committed Sep 15, 2024
2 parents 6b48bdb + 36a26de commit bf05b72
Showing 1 changed file with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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", "++" ] },
Expand All @@ -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", "++" ] },
Expand All @@ -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", "++" ] },
Expand Down

0 comments on commit bf05b72

Please sign in to comment.