Skip to content

Commit

Permalink
missing flags_item
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Aug 5, 2024
1 parent 6a72a98 commit 8bb55fd
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 8bb55fd

Please sign in to comment.