Changes stormtrooper ammo to 10g slugs (#36364)

* pulse slug instead of buckshot

* 10 gauge baby

* 10g name
This commit is contained in:
81Denton
2018-03-17 14:46:32 +01:00
committed by CitadelStationBot
parent 13709a7d34
commit f82456fd7f
3 changed files with 10 additions and 1 deletions
@@ -137,8 +137,8 @@
name = "Syndicate Stormtrooper"
maxHealth = 200
health = 200
casingtype = /obj/item/ammo_casing/shotgun/tengauge
projectilesound = 'sound/weapons/gunshot.ogg'
casingtype = /obj/item/ammo_casing/shotgun/buckshot
loot = list(/obj/effect/gibspawner/human)
///////////////Misc////////////
@@ -7,6 +7,11 @@
caliber = "shotgun"
projectile_type = /obj/item/projectile/bullet/shotgun_slug
materials = list(MAT_METAL=4000)
/obj/item/ammo_casing/shotgun/tengauge
name = "10g shotgun slug"
desc = "A 10 gauge lead slug."
projectile_type = /obj/item/projectile/bullet/shotgun_slug/tengauge
/obj/item/ammo_casing/shotgun/beanbag
name = "beanbag slug"
@@ -1,6 +1,10 @@
/obj/item/projectile/bullet/shotgun_slug
name = "12g shotgun slug"
damage = 60
/obj/item/projectile/bullet/shotgun_slug/tengauge
name = "10g shotgun slug"
damage = 72.5
/obj/item/projectile/bullet/shotgun_beanbag
name = "beanbag slug"