6 评论 (6 评论)0 反应 (0 反应)0 负责人 (0 负责人)DM189 star (189 star)899 fork (899 fork)batch import
BugGood First issue
描述
Description
title
Test Merges
n/a
Reproduction Steps
- spawn as spec
- no armor visible
Screenshots
No response
- 技术栈
- 无
- 议题类型
- 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.