Jobs now require a chameleonOutfit prototype

[Breaking Changes]

All jobs now need a chameleonOutfit prototype (This is only an integration test fail, not having it won’t actually break anything). To do a basic version just add this prototype:

- type: chameleonOutfit
  id: JOBNAMEChameleonOutfit
  job: JOBNAME
  hasMindShield: true #change this to what make sense obviously!

This will add a chameleon outfit to the chameleon controller that is purely based off the players loadout and default settings. Look at the prototype definition for more information on how to make a more detailed outfit.

If your fork doesn’t use jobs/chameleon items, its probably best to just remove the integration test.