mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Danse's Gun Changes: 3 - cleaning up my mess edition (#10043)
This commit is contained in:
@@ -237,9 +237,9 @@
|
||||
/obj/item/gun/projectile/automatic/rifle/z8/update_icon()
|
||||
..()
|
||||
if(ammo_magazine)
|
||||
icon_state = "carbine-[round(ammo_magazine.stored_ammo.len,2)]"
|
||||
else
|
||||
icon_state = "carbine"
|
||||
else
|
||||
icon_state = "carbine-empty"
|
||||
if(wielded)
|
||||
item_state = "carbine-wielded"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user