Skip to content

Commit

Permalink
bitflag
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Nov 11, 2023
1 parent 7949867 commit 9273c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
/// whether it has an animated icon state of "[icon_state]_on" to be used during surgeries.
#define ANIMATED_SURGICAL_TOOL (1<<12)
/// Has heat source but isn't 'on fire' and thus can be stored
#define IGNITING_ITEM (1<<14)
#define IGNITING_ITEM (1<<13)
//==========================================================================================


Expand Down

0 comments on commit 9273c43

Please sign in to comment.