fix: add BIONIC_NPC_USABLE
flag to infolink bionic
#4157
Merged
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.
Purpose of change
A lil fix for something I forgot, namely NPC usage is required at both the item level and the bionic entry level.
Describe the solution
Adds
BIONIC_NPC_USABLE
to the bionic entry for infolink, since the item form was set to copy from the NPC-usable template and idea was you can shove a radio in your friend's head. :3Describe alternatives you've considered
screm
Testing
Load-tested JSON change in test release to confirm that yes, shoving a radio in your friend's head is 100% doable with this added and it works right in the
#
menu once done so.Additional context
Thanks to @EkarusRyndren for making me realize I only tested if the PC has this bionic, as trying to install it on an NPC to make sure both sides of it work as intended led me to discover I forgot this.
Checklist