-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Survivor utility belt tool qualities not usable when sheath contains a knife #40973
Comments
While testing this, I noticed also that the survivor utility belt's defined "use_action": [ { "type": "holster", "holster_prompt": "Sheath blade", "holster_msg": "You sheath your %s" }, "CROWBAR", "HAMMER" ], The message "You sheath your ..." is not shown when sheathing a knife. I'm not sure what the "CROWBAR" and "HAMMER" flags are supposed to do here, but neither a crowbar nor a hammer may be stored in the belt unless I add Edit: I think the reason no message is displayed, is that holstering an item is now implemented via the |
seems that no check is called for survivor belt qualities when there are items in pockets. |
Now that the tool holding containers are nested containers, this is no longer an issue, right? |
I can still reproduce this in 0.E-8226-g0f48ccd485, although it is peculiar to which method is used to put the knife in the survivor belt. Using However, when I am wearing an empty survivor belt, and picking up the same trench knife from the ground, when it is auto-inserted into my survivor belt sheath, the problem manifests itself - the belt's qualities become unavailable from the crafting and vehicle menus. The same occurs if I Furthermore, the method by which the knife is removed from the belt has an effect: If the knife is removed from the belt by being explicitly (There are still no messages whatsoever when sheathing or unsheathing a knife, but that's a separate problem) |
I see now what I did not notice when retesting this before - what was formerly known as the "survivor utility belt" was obsoleted in #45302 and replaced with the item named The |
Describe the bug
When a knife is inserted into the sheath of the survivor utility belt, all the inherent qualities of the belt (screw driving, bolt turning, metal sawing etc.) become unusable for crafting and vehicle maintenance.
Steps To Reproduce
a
ctivate ori
nsert)Expected behavior
Qualities provided by the belt should be available, whether or not there are items stored in the sheath.
Screenshots
Belt qualities with nothing in the sheath, and crafting menu for the "antenna" showing metal sawing quality in green / available:
Same belt with a dive knife in the sheath - all qualities are shown in the item description, but the belt no longer gives metal sawing quality in the crafting menu, indicated as red / unavailable:
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food]
]
Additional context
The text was updated successfully, but these errors were encountered: