mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 12:12:43 +01:00
Merge pull request #5906 from SpadesNeil/auto-shotgun-replacement
Gives the auto shotgun a new sprite
This commit is contained in:
@@ -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 |
Binary file not shown.
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 92 KiB |
Reference in New Issue
Block a user