Mantis Spawn Loadout Fix#1029
Conversation
|
Unhandled exception. NUnit.Framework.AssertionException: CLIENT: 10.444s [ERRO] eng: Exception whilst loading prototypes from /Prototypes/Loadouts/loadout_groups.yml: something wrong with loadout groups |
|
On it. Found I accidentally made a duplicate of the role loadout instead of the loadout group. |
|
Unhandled exception. NUnit.Framework.AssertionException: CLIENT: 10.223s [ERRO] eng: Exception whilst loading prototypes from /Prototypes/Loadouts/role_loadouts.yml: |
…t english text in loadout menu
|
There we go, hopefully there shouldn't be any more errors. As an aside, I added the missing file for the English loadout menu text. |
About the PR
Fixes the Mantis role spawning without their loadout.
This is a YAML only fix which adds missing mantis entries. It affects three files. Two only needed to be edited with entries for the Mantis' loadout group and role loadout, transplanted over from Delta-V. And the other is the respective Mantis loadout YAML which was previously missing. I've added it to _HL as it is not a standard job.
Why / Balance
This allows the Mantis to spawn with their proper equipment, making it so there won't be more 'Nakey Mantis' admin help messages.
Technical details
I've added missing roleLoadout and loadout group entries for the Mantis role, alongside adding the missing Loadout file that I've taken from Delta-V
How to test
Breaking changes
None, this does not remove or impact other roles, or existing code. It simply adds missing entries and a YAML for the Mantis.
🆑