Files
CHOMPStation2/code/modules/projectiles/ammunition/rounds_ch.dm
2021-12-07 01:46:21 +13:00

7 lines
315 B
Plaintext

/obj/item/ammo_casing/a12g/silver
name = " Silver shotgun shell"
desc = "A 12 gauge slug. Bless and Sancitfied to banish otherworlds entities."
icon_state = "agshell"
caliber = "12g"
projectile_type = /obj/item/projectile/bullet/pellet/shotgun/silver
matter = list(DEFAULT_WALL_MATERIAL = 360, "silver" = 240)