Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jul 12, 2024
1 parent 6e0e70b commit e6c1e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_globalvars/bitfields.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ DEFINE_BITFIELD(projectile_flags, list(

DEFINE_BITFIELD(flags_gun_features, list(
"GUN_CAN_POINTBLANK" = GUN_CAN_POINTBLANK,
"GUN_CANT_EXECUTE" = GUN_CANT_EXECUTE,
"GUN_TRIGGER_SAFETY" = GUN_TRIGGER_SAFETY,
"GUN_UNUSUAL_DESIGN" = GUN_UNUSUAL_DESIGN,
"GUN_SILENCED" = GUN_SILENCED,
"GUN_CANT_EXECUTE" = GUN_CANT_EXECUTE,
"GUN_INTERNAL_MAG" = GUN_INTERNAL_MAG,
"GUN_AUTO_EJECTOR" = GUN_AUTO_EJECTOR,
"GUN_AMMO_COUNTER" = GUN_AMMO_COUNTER,
Expand Down

0 comments on commit e6c1e9c

Please sign in to comment.