Skip to content

Commit

Permalink
Add missing clause id in Aftershock mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Nov 15, 2024
1 parent dca38e5 commit 7db4e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/Aftershock/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"style": "text",
"clauses": [
{
"id": "danger",
"text": " ☢DNGR☢",
"color": "red",
"condition": { "and": [ { "math": [ "u_shield_ratio", "<", "25" ] }, { "math": [ "u_shield_ratio", ">=", "0" ] } ] }
Expand Down

0 comments on commit 7db4e1f

Please sign in to comment.