mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 16:47:34 +01:00
Merge pull request #5906 from SpadesNeil/auto-shotgun-replacement
Gives the auto shotgun a new sprite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user