Missing sprites fixes: machine gun and anomaly suit (#15304)

This commit is contained in:
Alberyk
2022-12-13 08:17:14 -03:00
committed by GitHub
parent 7bb93d238d
commit c841b7d73f
8 changed files with 8 additions and 1 deletions

View File

@@ -505,7 +505,7 @@
max_shells = 20
allowed_magazines = list(/obj/item/ammo_magazine/submachinemag)
/obj/item/gun/projectile/automatic/tommygun/update_icon()
/obj/item/gun/projectile/automatic/tommygun/dom/update_icon()
..()
icon_state = (ammo_magazine)? "owen" : "owen-empty"