CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.1k stars 4.11k forks source link

two upper receivers on a gun #75064

Closed cornlover62 closed 1 month ago

cornlover62 commented 1 month ago

Describe the bug

mk18 cqbr you start with at the beginning of aircraft carrier challenge has two upper receivers attached

Attach save file

Tatamy-trimmed.tar.gz

Steps to reproduce

challenge - aircraft carrier navy seal profession check mk18

Expected behavior

i expected the gun to have one upper receivers, i guess? :v

Screenshots

image

Versions and configuration

Additional context

No response

casswedson commented 1 month ago

/confimed

    "id": "m4_cqbr",
    "name": { "str": "Mk 18 CQBR carbine" },
    # varian of modular_m4 inherits the default mod
    "id": "modular_m4_carbine",
    "default_mods": [ "retool_ar15_223rem_medium" ],

    # after that this itemgroup that the navy seal profession uses applies another receiver on top
    "id": "m4_cqbr",
    "type": "item_group",
    "subtype": "collection",
    "entries": [
      {
        "item": "modular_m4_carbine",
        "variant": "m4_cqbr",
        "contents-item": [ "pistol_grip", "retool_ar15_223rem_short", "suppressor", "adjustable_stock" ]
      }
    ]
casswedson commented 1 month ago

ahem /confirmed