mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #14814 from KillianKirilenko/kk-shottedgun
Shotgun Tweak
This commit is contained in:
committed by
CHOMPStation2
parent
95d6752941
commit
1ddb447c1b
@@ -273,7 +273,7 @@
|
||||
|
||||
/obj/item/ammo_casing/a12g
|
||||
name = "shotgun slug"
|
||||
desc = "A 12 gauge slug."
|
||||
desc = "A 12 gauge slug shell."
|
||||
icon_state = "slshell"
|
||||
caliber = "12g"
|
||||
projectile_type = /obj/item/projectile/bullet/shotgun
|
||||
@@ -281,9 +281,9 @@
|
||||
|
||||
/obj/item/ammo_casing/a12g/pellet
|
||||
name = "shotgun shell"
|
||||
desc = "A 12 gauge shell."
|
||||
desc = "A 12 gauge buckshot shell."
|
||||
icon_state = "gshell"
|
||||
projectile_type = /obj/item/projectile/bullet/pellet/shotgun
|
||||
projectile_type = /obj/item/projectile/scatter/shotgun //formerly /obj/item/projectile/bullet/pellet/shotgun
|
||||
|
||||
/obj/item/ammo_casing/a12g/blank
|
||||
name = "shotgun shell"
|
||||
@@ -301,7 +301,7 @@
|
||||
|
||||
/obj/item/ammo_casing/a12g/beanbag
|
||||
name = "beanbag shell"
|
||||
desc = "A beanbag shell."
|
||||
desc = "A 12 gauge beanbag shell."
|
||||
icon_state = "bshell"
|
||||
projectile_type = /obj/item/projectile/bullet/shotgun/beanbag
|
||||
matter = list(MAT_STEEL = 180)
|
||||
|
||||
@@ -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