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
title
Test Merges
n/a
Reproduction Steps
- spawn as spec
- no armor visible
Screenshots
No response
- 技術スタック
- なし
- Issue 種別
- bug
- 前提条件
- なし
- 調査方針
- 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.