Skip to content

Commit

Permalink
Update ammo_datums.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenDarkness55 committed Jun 26, 2023
1 parent 09cc7e0 commit ac096c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2802,8 +2802,8 @@
damage_type = BRUTE
bonus_projectiles_type = /datum/ammo/xeno/bone_chips/spread

damage = 5
max_range = 5
damage = 6
max_range = 6
accuracy = HIT_ACCURACY_TIER_8
accuracy_var_low = PROJECTILE_VARIANCE_TIER_7
accuracy_var_high = PROJECTILE_VARIANCE_TIER_7
Expand All @@ -2818,8 +2818,8 @@
return
if(ishuman_strict(M) || isxeno(M))
playsound(M, 'sound/effects/spike_hit.ogg', 25, 1, 1)
if(M.slowed < 8)
M.apply_effect(8, SLOW)
if(M.slowed < 3)
M.apply_effect(3, SLOW)

/datum/ammo/xeno/bone_chips/spread
name = "small bone chips"
Expand Down

0 comments on commit ac096c7

Please sign in to comment.