Fixes #27979 : Bulldog shotguns update properly when their magazine is removed. (#1377)

This commit is contained in:
CitadelStationBot
2017-06-04 11:07:36 -05:00
committed by kevinz000
parent 8fcbf20c79
commit bfe11f8540
@@ -261,8 +261,8 @@
update_icon()
/obj/item/weapon/gun/ballistic/automatic/shotgun/bulldog/update_icon()
cut_overlays()
if(magazine)
cut_overlays()
add_overlay("[magazine.icon_state]")
icon_state = "bulldog[chambered ? "" : "-e"]"