mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-10 17:33:53 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
8 lines
316 B
Plaintext
8 lines
316 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)
|