From fd0c0904f9f8ece48bd9c625f004b0e6c039c381 Mon Sep 17 00:00:00 2001 From: taukausanake Date: Mon, 20 Jun 2016 09:38:48 -0500 Subject: [PATCH] how the fuck did I miss this? How did everyone else miss it? Thanks to Keroman for telling me something was up with the bandolier. --- code/game/objects/items/weapons/storage/belt.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index e8771a6c7c6..07c8d836049 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -325,7 +325,7 @@ if(amount != contents.len) update_icon() -/obj/item/weapon/storage/belt/lazabandolierrus/remove_from_storage(obj/item/W as obj, atom/new_location) +/obj/item/weapon/storage/belt/bandolier/remove_from_storage(obj/item/W as obj, atom/new_location) ..() update_icon()