Skip to content

Commit

Permalink
Adds a bitfield helper (tgstation#40295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored and ShizCalev committed Sep 16, 2018
1 parent 10244e1 commit 3a73bb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/_globalvars/bitfields.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,7 @@ GLOBAL_LIST_INIT(bitfields, list(
"TRANSPARENT" = TRANSPARENT,
"AMOUNT_VISIBLE" = AMOUNT_VISIBLE,
),
"car_traits" = list(
"CAN_KIDNAP" = CAN_KIDNAP,
),
))

0 comments on commit 3a73bb5

Please sign in to comment.