Skip to content

Commit

Permalink
Merge pull request #3429 from X0-11/unsc-cargo-weapons
Browse files Browse the repository at this point in the history
Boltshot  tweaks
  • Loading branch information
BDpuffy420 authored Aug 2, 2023
2 parents dbd45e1 + fe4ccc1 commit 6092c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions code/modules/halo/weapons/forerunner/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
icon = 'code/modules/halo/weapons/icons/forerunner_sprites.dmi'
icon_state = "boltshot_ammo"
fire_sound = 'code/modules/halo/sounds/boltshot_sg_fire.ogg'
damage = 25
pellets = 8
range_step = 1
penetrating = 1

/obj/item/ammo_magazine/binaryrifle
name = "Z-750 SASR magazine"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/halo/weapons/forerunner/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
else
if(istype(ammo_magazine,/obj/item/ammo_magazine/boltshot_sg))
icon_state = "boltshot_shotgun"
fire_delay = initial(fire_delay) + 4
fire_delay = initial(fire_delay) + 6
else
icon_state = "boltshot"
fire_delay = initial(fire_delay)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/halo/weapons/forerunner/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
handle_casings = CASELESS
magazine_type = /obj/item/ammo_magazine/suppressor

fire_delay = 8
fire_delay = 10
burst = 6
burst_delay = 1.7
one_hand_penalty = -1
Expand Down

0 comments on commit 6092c6e

Please sign in to comment.