From 7e9ff08ceb298dfa92a3093c63c4220f68f999f6 Mon Sep 17 00:00:00 2001 From: "Ronald T. Mullins III" Date: Tue, 28 Jun 2016 22:44:30 -0500 Subject: [PATCH] bandolier_fix2 (#4807) * bandolier_fix2 I'm dumb. Bandolier should update_icon with New() * Update belt.dm --- code/game/objects/items/weapons/storage/belt.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 07c8d836049..d4863da97b9 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -314,6 +314,7 @@ new /obj/item/ammo_casing/shotgun/beanbag(src) new /obj/item/ammo_casing/shotgun/beanbag(src) new /obj/item/ammo_casing/shotgun/beanbag(src) + update_icon() /obj/item/weapon/storage/belt/bandolier/update_icon() ..()