Merge pull request #5906 from SpadesNeil/auto-shotgun-replacement

Gives the auto shotgun a new sprite
This commit is contained in:
Anewbe
2019-01-27 14:59:04 -06:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -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
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 26 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 92 KiB