Skip to content

Commit

Permalink
Add structure armor resistances to TMD armor (#6418)
Browse files Browse the repository at this point in the history
Adds the `Overcharge` and `Deathnuke` resistances to TMD armor, as they
are also structures.
  • Loading branch information
lL1l1 authored Sep 23, 2024
1 parent 39710e7 commit c4c2f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6418.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6418) Fix ACU explosions being able to kill TMD structures.
2 changes: 2 additions & 0 deletions lua/armordefinition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ armordefinition = {

-- Armor Definition
'Normal 1.0',
'Overcharge 0.25',
'Deathnuke 0.032',
'TacticalMissile 0.55',
},
}

0 comments on commit c4c2f36

Please sign in to comment.