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

Fix items not appearing on regional terrains #36008

Merged
merged 3 commits into from
Dec 10, 2019

Conversation

I-am-Erk
Copy link
Member

@I-am-Erk I-am-Erk commented Dec 10, 2019

Summary

SUMMARY: Bugfixes "Fix items not appearing on regional terrain"

Purpose of change

Items were not appearing in fields and forests, and indeed anywhere with a regional pseudoterrain: these terrains all had a noitem flag, which was being processed before the correct regional terrain was layered on top.

Fixes #36006

Describe the solution

Remove the noitem flag. Leave it in place for region trees though, because they shouldn't have items.

Describe alternatives you've considered

Giving the middle finger to people who look for rocks in fields.

Testing

Removed flag, items spawn correctly. Yay.

@I-am-Erk I-am-Erk added [JSON] Changes (can be) made in JSON Spawn Creatures, items, vehicles, locations appearing on map <Bugfix> This is a fix for a bug (or closes open issue) labels Dec 10, 2019
@kevingranade kevingranade merged commit 79bac40 into CleverRaven:master Dec 10, 2019
@I-am-Erk I-am-Erk deleted the regional-terrain-noitems branch August 3, 2020 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON Spawn Creatures, items, vehicles, locations appearing on map
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken item spawn for fields
2 participants