Skip to content

Commit

Permalink
Make it possible to give HARMS to other players and fix them being de…
Browse files Browse the repository at this point in the history
…stroyed when shared via full share (#6343)

Remove the 'INSIGNIFICANTUNIT' category from XRB2309_unit.bp.
- This makes it possible to give HARMS to other players.
- This keeps them from getting destroyed when their original owner dies
in a full share game.

Unfortunately, this makes two HARMS show up in the unit databases. One
is the original HARMS (XRB2308), the other one (XRB2309) is used to make
the HARMS targetable while it is under construction (#2472).
  • Loading branch information
Basilisk3 authored Aug 22, 2024
1 parent 5a83273 commit 7b87dca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog/snippets/fix.6343.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- (#6343) Remove the `INSIGNIFICANTUNIT` category from the HARMS, to enable them to be transferred to other players again. This also fixes the bug which caused HARMS to get destroyed when their original owner died in a full share game. Additionally, removing the category also allows HARMS to benefit from veterancy again. They will now gain increased hit points and regen from veterancy, just like other units.
1 change: 0 additions & 1 deletion units/XRB2309/XRB2309_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ UnitBlueprint{
"CYBRAN",
"DEFENSE",
"DRAGBUILD",
"INSIGNIFICANTUNIT",
"OVERLAYANTINAVY",
"OVERLAYSONAR",
"PRODUCTFA",
Expand Down

0 comments on commit 7b87dca

Please sign in to comment.