Skip to content

Commit

Permalink
oops, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Jul 23, 2024
1 parent af793f0 commit 6afe930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/shotguns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ can cause issues with ammo types getting mixed up during the burst.
seal_sound = 'sound/weapons/handling/pkd_close_chamber.ogg'
attachable_allowed = list()

flags_gun_features = GUN_CAN_POINTBLANK|GUN_INTERNAL_MAG|GUN_TRIGGER_SAFETY|GUN_ONE_HAND_WIELDED|GUN_ANTIQUE|GUN_NO_DESCRIPTION|GUN_UNUSUAL_DESIGN
flags_gun_features = GUN_CAN_POINTBLANK|GUN_INTERNAL_MAG|GUN_TRIGGER_SAFETY|GUN_ONE_HAND_WIELDED|GUN_ANTIQUE|GUN_NO_DESCRIPTION|GUN_UNUSUAL_DESIGN
flags_item = NO_FLAGS

inherent_traits = list(TRAIT_GUN_SILENCED)
Expand Down

0 comments on commit 6afe930

Please sign in to comment.