Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bone Seer NPC still spawns wearing an obsolete Heavy Survivor Helm. #38145

Closed
sharkfinsouperman opened this issue Feb 19, 2020 · 2 comments
Closed
Labels
<Bug> This needs to be fixed Items / Item Actions / Item Qualities Items and how they work and interact NPC / Factions NPCs, AI, Speech, Factions, Ownership Spawn Creatures, items, vehicles, locations appearing on map

Comments

@sharkfinsouperman
Copy link

The Bone Seer NPC spawns wearing a Heavy Survivor Helm.

Seeing as survivor helms were obsoleted by PR #37524, it would be best to remove it from their equipment or replace it to prevent issues arising with this NPC in the future.

@Night-Pryanik Night-Pryanik added <Bug> This needs to be fixed Items / Item Actions / Item Qualities Items and how they work and interact NPC / Factions NPCs, AI, Speech, Factions, Ownership Spawn Creatures, items, vehicles, locations appearing on map labels Feb 19, 2020
@jkraybill
Copy link
Contributor

Can you post a screenshot of this and the version? According to current master JSON (NPC_Brigitte_LaCroix.json), she spawns with a tactical helmet. I can't find any current JSON references to helmet_hsurvivor.

@sharkfinsouperman
Copy link
Author

Unfortunately, I nuked that world before updating so I could have houses again.

I found the file and she does spawn with a tactical helm.

{ "type": "item_group", "id": "BONE_SEER_Brigitte_worn", "subtype": "collection", "entries": [ { "item": "loincloth_leather" }, { "item": "socks" }, { "item": "cloak" }, { "item": "hsurvivor_suit" }, { "item": "balclava" }, { "item": "gloves_liner" }, { "item": "tac_helmet" }, { "item": "gloves_lsurvivor" }, { "item": "boots_hsurvivor" }, { "item": "elbow_pads" }, { "item": "survivor_goggles" }, { "item": "survivor_pack" } ] }

Chances are I switched it while playing because survivor helms weren't obsoleted yet, and after seeing a comment on reddit, I checked my game, saw the helm and posted this report.

Sorry I wasted your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed Items / Item Actions / Item Qualities Items and how they work and interact NPC / Factions NPCs, AI, Speech, Factions, Ownership Spawn Creatures, items, vehicles, locations appearing on map
Projects
None yet
Development

No branches or pull requests

3 participants