Open Issues Need Help
View All on GitHubAI Summary: Debug a bug in a Space Station 14 game mod where a French beret obtained through loadouts lacks a toggleable accent feature, unlike the same beret from the autodrobe. The task involves investigating the `AddAccentClothing` component's `toggleable` property for the loadout beret, testing re-equipping, and checking if the issue affects other loadout accent items. This requires familiarity with the game's codebase and debugging tools.
AI Summary: Add a mayonnaise packet as a new item to the condiment station within the Space Station 14 game mod 'The Den'. This involves creating the necessary game assets (image, code for item properties, etc.) and integrating it into the game's existing condiment station.
AI Summary: The task involves resolving a layering issue in a game's character rendering. Specifically, the 'socks' layer inconsistently renders under or over jumpsuits depending on equipment order and client-side re-rendering. The solution requires creating a new consistent 'socks' rendering layer below jumpsuits for all character species.