Skip to content

Commit

Permalink
initial commit (#13816)
Browse files Browse the repository at this point in the history
  • Loading branch information
lKiseki authored Aug 20, 2023
1 parent 8a55b80 commit 8f43a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ GLOBAL_LIST_INIT(no_sticky_resin, typecacheof(list(/obj/item/clothing/mask/faceh
damage = 20
penetration = 12.5
shrapnel_chance = 15
sundering = 2
sundering = 0.5

/datum/ammo/bullet/pistol/heavy
name = "heavy pistol bullet"
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@

fire_delay = 0.2 SECONDS
burst_delay = 0.1 SECONDS
extra_delay = 0.3 SECONDS
burst_amount = 3
accuracy_mult = 1.2
accuracy_mult_unwielded = 0.95
Expand Down

0 comments on commit 8f43a51

Please sign in to comment.