Skip to content

Commit

Permalink
[MIRROR] [NO GBP] Buckshot no longer instantly deletes itself except …
Browse files Browse the repository at this point in the history
…when used pointblank. Oops [MDB IGNORE] (#24700) (#382)

* [NO GBP] Buckshot no longer instantly deletes itself except when used pointblank. Oops (#79392)

## About The Pull Request

This was causing lethal shotgun shells with no stamina damage to
instantly delete. Oops.

## Why It's Good For The Game

I broke it and fucked up MrrFish' op round and definitely not because I
OWNED HIM WITH A BEEPSKY STUN

### BITCH

## Changelog
:cl:
fix: Lethal ballistic pellet-based shotgun shells no longer instantly
delete.
/:cl:

* [NO GBP] Buckshot no longer instantly deletes itself except when used pointblank. Oops

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: necromanceranne <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2023
1 parent 0f88ac0 commit 1379b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile/bullets/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
/obj/projectile/bullet/pellet
icon_state = "pellet"
damage_falloff_tile = -0.45
stamina_falloff_tile = -0.25

/obj/projectile/bullet/pellet/shotgun_buckshot
name = "buckshot pellet"
Expand All @@ -87,6 +86,7 @@
sharpness = NONE
embedding = null
speed = 1.2
stamina_falloff_tile = -0.25
ricochets_max = 4
ricochet_chance = 120
ricochet_decay_chance = 0.9
Expand Down

0 comments on commit 1379b12

Please sign in to comment.