Skip to content

Commit

Permalink
Update code/modules/projectiles/guns/pistols.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar authored Jul 18, 2023
1 parent ef1814a commit 8a60717
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -567,16 +567,6 @@
current_mag = /obj/item/ammo_magazine/pistol/mod88/rubber


/obj/item/weapon/gun/pistol/mod88/flashlight/handle_starting_attachment()
..()
var/obj/item/attachable/flashlight/flashlight = new(src)
flashlight.Attach(src)
update_attachable(flashlight.slot)

/obj/item/weapon/gun/pistol/mod88/training
current_mag = /obj/item/ammo_magazine/pistol/mod88/rubber


/obj/item/weapon/gun/pistol/mod88/flashlight/handle_starting_attachment()
..()
var/obj/item/attachable/flashlight/flashlight = new(src)
Expand Down

0 comments on commit 8a60717

Please sign in to comment.