Skip to content

Commit 2da5461

Browse files
authored
Merge pull request #82696 from Standing-Storm/invisible-werewolf-gear
[Magiclysm/XE] Fix shapeshifted gear that's subsumed into your form still being damaged
2 parents 55c0c49 + 3ee1bcb commit 2da5461

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

data/mods/Magiclysm/effect_on_conditions/transformations.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
{ "npc_set_flag": "SEMITANGIBLE" },
2424
{ "npc_set_flag": "UNRESTRICTED" },
2525
{ "npc_set_flag": "INTANGIBLE_ARMOR" },
26-
{ "npc_set_flag": "NO_TAKEOFF" }
26+
{ "npc_set_flag": "NO_TAKEOFF" },
27+
{ "npc_set_flag": "UNBREAKABLE" }
2728
]
2829
}
2930
]
@@ -47,7 +48,8 @@
4748
{ "npc_unset_flag": "INTANGIBLE_ARMOR" },
4849
{ "npc_unset_flag": "UNRESTRICTED" },
4950
{ "npc_unset_flag": "NO_TAKEOFF" },
50-
{ "npc_unset_flag": "SHAPESHIFTED_ARMOR" }
51+
{ "npc_unset_flag": "SHAPESHIFTED_ARMOR" },
52+
{ "npc_unset_flag": "UNBREAKABLE" }
5153
]
5254
}
5355
]

data/mods/Xedra_Evolved/eocs/shapeshifter_eocs.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@
385385
{ "npc_set_flag": "SEMITANGIBLE" },
386386
{ "npc_set_flag": "UNRESTRICTED" },
387387
{ "npc_set_flag": "INTANGIBLE_ARMOR" },
388-
{ "npc_set_flag": "NO_TAKEOFF" }
388+
{ "npc_set_flag": "NO_TAKEOFF" },
389+
{ "npc_set_flag": "UNBREAKABLE" }
389390
]
390391
}
391392
]
@@ -409,7 +410,8 @@
409410
{ "npc_unset_flag": "INTANGIBLE_ARMOR" },
410411
{ "npc_unset_flag": "UNRESTRICTED" },
411412
{ "npc_unset_flag": "NO_TAKEOFF" },
412-
{ "npc_unset_flag": "SHAPESHIFTED_ARMOR" }
413+
{ "npc_unset_flag": "SHAPESHIFTED_ARMOR" },
414+
{ "npc_unset_flag": "UNBREAKABLE" }
413415
]
414416
}
415417
]

0 commit comments

Comments
 (0)