Breaching rounds do not work on treasure chests

bdubyah

Hunter
Version
2.1b9
Platform
Windows
Was just watching a Woodle vid and he tried to open a buried treasure chest with breaching rounds and they didn't work on it. Not sure if this is intended or not. Wouldn't think so as they work on other locked loot chests. Looked at the xml and they have a tag for lockedSafe, but not the buriedTreasure tag used by the treasures.
 
Reproduction Steps
Load breaching rounds into a shotgun and shoot a treasure chest.
They do not apply the extra 1000 damage to treasure chests as they do safes and other locked POI loot chests.
Link to Logs
https://pastebin.com/nada
Link to Screenshot/Video
https://imgur.com/nada
With the following code-line in the blocks.xml in a mod you can solve this bug:

XML:
    <append xpath="/blocks/block[@name='cntBuriedLootStashChest']\property[@name='Tags']\@value">,lockedSafe</append>
 
Back
Top