Skip to content

Commit

Permalink
buck is TRULY no longer insane
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Jul 23, 2024
1 parent 6afe930 commit 8fce726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/ammo/bullet/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
else
if(!isyautja(living_mob)) //Not predators.
living_mob.apply_effect(1, SUPERSLOW)
living_mob.apply_effect(3, WEAKEN)
living_mob.apply_effect(2, SLOW)
to_chat(living_mob, SPAN_HIGHDANGER("The impact knocks you off-balance!"))
living_mob.apply_stamina_damage(fired_projectile.ammo.damage, fired_projectile.def_zone, ARMOR_BULLET)
Expand Down Expand Up @@ -219,6 +220,7 @@
target.apply_effect(5, SLOW)
else
if(!isyautja(living_mob)) //Not predators.
living_mob.apply_effect(3, WEAKEN)
living_mob.apply_effect(1, SUPERSLOW)
living_mob.apply_effect(2, SLOW)
to_chat(living_mob, SPAN_HIGHDANGER("The impact knocks you off-balance!"))
Expand Down

0 comments on commit 8fce726

Please sign in to comment.