Fix for incompatible magazine spawning in national guard camp #35794
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Bugfixes "Correct magazine inside guns/monsters."
Purpose of change
I found a SCAR-L in the national guard camp, but when picking it up, the game crashed with weird messages. After examining the logs and savegame, I concluded that it contained the wrong magazine(scarhmag).
I also got errors about the W12B10 using incompatible magazines for their flamethrowers, roughly same conclusion.
Describe the solution
Setting the SCAR-L in the national guard itemgroup to spawn/drop with the correct magazine.
Setting the W12B10 to use napalm insted of gasoline for their flamethrower.
Describe alternatives you've considered
Testing
edited, killed a few W11B10(dropping that itemgroup), and the SCAR-Ls did not crash the game.
edited, spawned a few W12B10, they burned me a lot.
Additional context