Ports Bay's railguns, and assorted gun sprites

This commit is contained in:
Anewbe
2017-10-02 17:29:24 -05:00
parent 54f9c858ac
commit a248a4a4a1
14 changed files with 473 additions and 5 deletions
@@ -0,0 +1,21 @@
// Rod for railguns. Slightly less nasty than the sniper round.
/obj/item/projectile/bullet/magnetic
name = "rod"
icon_state = "rod"
damage = 65
stun = 1
weaken = 1
penetrating = 5
armor_penetration = 70
/obj/item/projectile/bullet/magnetic/slug
name = "slug"
icon_state = "gauss_silenced"
damage = 75
armor_penetration = 90
/obj/item/projectile/bullet/magnetic/flechette
name = "flechette"
icon_state = "flechette"
damage = 20
armor_penetration = 100