Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Aug 1, 2023
1 parent f12dacb commit 9a48904
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/ascent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
ranged_burst_count = 3
ranged_burst_delay = 2.5
projectiletype = /obj/item/projectile/beam/particle
projectile_dispersion = 1
projectile_dispersion = 0.75

loot_list = list(
/obj/effect/landmark/corpse/ascent_alate/armor = 1,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/riot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
ranged_burst_delay = 2
projectiletype = /obj/item/projectile/bullet/rifle/m16
projectilesound = 'sound/weapons/gunshot/m16.ogg'
projectile_dispersion = 2
projectile_dispersion = 0.5

needs_reload = TRUE
reload_max = 25
Expand Down
Loading

0 comments on commit 9a48904

Please sign in to comment.