Adds wielded sprites for some guns (#3032)

Adds wielded sprites for the assault rifle, bullup carbine and the AM rifle. Empty sprites for some pistols and also fixes the decloner dealing no damage at all.
This commit is contained in:
Alberyk
2017-07-15 16:21:24 +03:00
committed by skull132
parent 830a4edc66
commit e69f54789e
8 changed files with 61 additions and 7 deletions
@@ -5,7 +5,6 @@
damage_type = BURN
check_armour = "energy"
//releases a burst of light on impact or after travelling a distance
/obj/item/projectile/energy/flash
name = "chemical shell"
@@ -57,13 +56,12 @@
agony = 80
/obj/item/projectile/energy/declone
name = "declone"
name = "decloner beam"
icon_state = "declone"
nodamage = 1
damage = 20
damage_type = CLONE
irradiate = 40
/obj/item/projectile/energy/dart
name = "dart"
icon_state = "toxin"
@@ -71,7 +69,6 @@
damage_type = TOX
weaken = 5
/obj/item/projectile/energy/bolt
name = "bolt"
icon_state = "cbbolt"