Skip to content

Commit

Permalink
Update laser.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaggachi committed Jul 15, 2023
1 parent 016069d commit 2fbc90f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/projectiles/ammunition/energy/laser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ also: most hitscan weapons have more charge than their normal projectile counter
projectile_type = /obj/item/projectile/beam/laser/lasgun/hitscan/focused
e_cost = 100

/obj/item/ammo_casing/energy/laser/AK470M
projectile_type = /obj/item/projectile/beam/laser/pistol/AK470M
e_cost = 165 //basically infinite shots
fire_sound = 'sound/f13weapons/WattzRifleFire.ogg'

/obj/item/ammo_casing/energy/laser/solar
projectile_type = /obj/item/projectile/beam/laser/solar
e_cost = 30 //basically infinite shots
Expand Down

0 comments on commit 2fbc90f

Please sign in to comment.