Skip to content

Commit

Permalink
Add FORCEDROP_CONDITIONAL and SMARTGUNNER_BACKPACK_OVERRIDE to bitfie…
Browse files Browse the repository at this point in the history
…lds (#6881)

# About the pull request

This PR is a followup to #6150
and #5914 that added new
flags_item flags but not to the bitfields

# Explain why it's good for the game

Allows the VV to allow editing and displaying these flags correctly.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


![image](https://github.com/user-attachments/assets/3b292717-c48a-4d22-89ef-c4a549db9a1c)

</details>


# Changelog
:cl: Drathek
code: Added missing bitfields for flags_item to VV
/:cl:
  • Loading branch information
Drulikar authored Aug 22, 2024
1 parent 4166ce5 commit 361e612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/_globalvars/bitfields.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ DEFINE_BITFIELD(flags_item, list(
"CAN_DIG_SHRAPNEL" = CAN_DIG_SHRAPNEL,
"ANIMATED_SURGICAL_TOOL" = ANIMATED_SURGICAL_TOOL,
"IGNITING_ITEM" = IGNITING_ITEM,
"FORCEDROP_CONDITIONAL" = FORCEDROP_CONDITIONAL,
"SMARTGUNNER_BACKPACK_OVERRIDE" = SMARTGUNNER_BACKPACK_OVERRIDE,
))

DEFINE_BITFIELD(flags_inv_hide, list(
Expand Down

0 comments on commit 361e612

Please sign in to comment.