Skip to content

Commit

Permalink
fixes " to '
Browse files Browse the repository at this point in the history
  • Loading branch information
Byte-Boxer committed Jul 24, 2024
1 parent 471c588 commit c419960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
unload_sound = 'sound/weapons/unload_m47.ogg'
fire_rattle = 'sound/weapons/gun_m47.ogg'
cocked_sound = 'sound/weapons/cocking_m47.ogg'
pickup_sound = "sound/weapons/draw_m47.ogg"
pickup_sound = 'sound/weapons/draw_m47.ogg'
empty_sound = null
flags_gun_features = GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED|GUN_AUTO_EJECTOR|GUN_AMMO_COUNTER
current_mag = /obj/item/ammo_magazine/pistol/m47
Expand Down

0 comments on commit c419960

Please sign in to comment.