Skip to content

Commit

Permalink
Merge pull request CleverRaven#68837 from oosyrag/fix-#67850
Browse files Browse the repository at this point in the history
Allow submittal of "nre_anomaly_printout_data" in hub01 dialogue choices
  • Loading branch information
Maleclypse authored Oct 24, 2023
2 parents 7d6dc65 + 89b0c2b commit 22c46d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
"text": "I have some portal storm recordings.",
"condition": {
"or": [
{ "u_has_items": { "item": "nre_anomaly_printout_data", "count": 1 } },
{ "u_has_items": { "item": "small_printout_portal_storm_data", "count": 1 } },
{ "u_has_items": { "item": "medium_printout_portal_storm_data", "count": 1 } },
{ "u_has_items": { "item": "large_printout_portal_storm_data", "count": 1 } }
Expand Down

0 comments on commit 22c46d8

Please sign in to comment.