6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)DM189 stars (189 stars)899 forks (899 forks)batch import
BugGood First issue
Description
Description
title
Test Merges
n/a
Reproduction Steps
- spawn as spec
- no armor visible
Screenshots
No response
- Tech stack
- None
- Issue type
- bug
- Prerequisites
- None
- Research direction
- The issue reports missing sprite for the ballistic vest on specops ERT. Start by locating the item definition for the ballistic vest in the repository, likely under a path like 'code/modules/clothing/suits/armor.dm' or similar. Check the icon state variable and ensure the corresponding .dmi file has the correct icon. Look at the specops ERT loadout to see which item is used and verify if it references a valid icon. Search for similar armor items that display correctly for reference. If the sprite is defined but not displayed, check for any conditional overrides or subtype issues.