mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
Remove trailing spaces in hostile faction defs
Cleaned up XML by removing unnecessary trailing spaces from DRK_BoS and DRK_Enclave hostile faction definitions in FCP_NCR.xml.
This commit is contained in:
@@ -515,13 +515,13 @@
|
||||
<!-- Make them hostile to the Compendium Brotherhood of Steel -->
|
||||
<li Class="FCP.Core.ModExtension_FactionPermanentlyHostileTo">
|
||||
<hostileFactionDefs>
|
||||
<li MayRequire="altushka.boscompendium">DRK_BoS </li>
|
||||
<li MayRequire="altushka.boscompendium">DRK_BoS</li>
|
||||
</hostileFactionDefs>
|
||||
</li>
|
||||
<!-- Make them hostile to the Compendium Enclave -->
|
||||
<li Class="FCP.Core.ModExtension_FactionPermanentlyHostileTo">
|
||||
<hostileFactionDefs>
|
||||
<li MayRequire="altushka.boscompendium">DRK_Enclave </li>
|
||||
<li MayRequire="altushka.boscompendium">DRK_Enclave</li>
|
||||
</hostileFactionDefs>
|
||||
</li>
|
||||
<!-- Make them unable to use drop pods -->
|
||||
|
||||
Reference in New Issue
Block a user