mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Merge pull request #14814 from KillianKirilenko/kk-shottedgun
Shotgun Tweak
This commit is contained in:
@@ -86,6 +86,21 @@
|
||||
* Ballistic
|
||||
*/
|
||||
|
||||
/obj/item/projectile/scatter/shotgun
|
||||
name = "Shotgun scatter projectile"
|
||||
hud_state = "shotgun_buckshot"
|
||||
spread_submunition_damage = FALSE
|
||||
submunition_spread_max = 60
|
||||
submunition_spread_min = 50
|
||||
submunitions = list(
|
||||
/obj/item/projectile/bullet/shotgun/scatterprojectile = 6
|
||||
)
|
||||
|
||||
/obj/item/projectile/bullet/shotgun/scatterprojectile
|
||||
name = "pellet"
|
||||
fire_sound = 'sound/weapons/Gunshot_shotgun.ogg'
|
||||
damage = 12
|
||||
armor_penetration = 0
|
||||
|
||||
/obj/item/projectile/scatter/flechette
|
||||
damage = 60
|
||||
|
||||
Reference in New Issue
Block a user