Gives the auto shotgun a new sprite

I didn't like the old one so here's a new one.
This commit is contained in:
Spades
2019-01-26 15:37:57 -05:00
parent 57028fd549
commit f145cd539e
4 changed files with 4 additions and 4 deletions

View File

@@ -626,10 +626,10 @@
/obj/item/ammo_magazine/m12gdrum
name = "magazine (12 gauge)"
icon_state = "12g"
icon_state = "ashot-mag"
mag_type = MAGAZINE
caliber = "12g"
matter = list(DEFAULT_WALL_MATERIAL = 13000) //did the math. now fixed the exploityness of this thing. Have fun!
matter = list(DEFAULT_WALL_MATERIAL = 13000)
ammo_type = /obj/item/ammo_casing/a12g
max_ammo = 24
multiple_sprites = 1

View File

@@ -296,9 +296,9 @@
/obj/item/weapon/gun/projectile/automatic/as24/update_icon()
..()
if(ammo_magazine)
icon_state = "ashot-[round(ammo_magazine.stored_ammo.len,12)]"
else
icon_state = "ashot"
else
icon_state = "ashot-empty"
return
/obj/item/weapon/gun/projectile/automatic/mini_uzi