Skip to content

Commit

Permalink
Update beams.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaggachi committed Jul 15, 2023
1 parent 303af98 commit 016069d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/projectiles/projectile/beams.dm
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,13 @@
muzzle_type = /obj/effect/projectile/muzzle/laser
impact_type = /obj/effect/projectile/impact/laser

/obj/item/projectile/beam/laser/pistol/AK470M //AK470M
name = "laser beam"
damage = 20
icon_state = "arcane_barrage"
impact_effect_type = /obj/effect/temp_visual/impact_effect/purple_laser
light_color = LIGHT_COLOR_PURPLE

/obj/item/projectile/beam/laser/solar //Solar Scorcher
name = "solar scorcher beam"
damage = 28
Expand Down

0 comments on commit 016069d

Please sign in to comment.