diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 7ee9fbc353d..50f3b8dd49b 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -3147,12 +3147,13 @@ All custom items with worn sprites must follow the contained sprite system: http return usr.visible_message( - "[usr] begins setting up the [src.name].", - "You begin setting up the [src.name].") + "[usr] begins taking apart the [src.name].", + "You begin taking apart the [src.name].") if(has_bedroll) if(do_after(usr, 20 SECONDS, act_target = src)) to_chat(usr, "You roll up the bedroll inside \the [src].") new/obj/item/weapon/fluff/muhawir_bedroll(get_turf(usr)) + has_bedroll = FALSE if(do_after(usr, 50 SECONDS, act_target = src)) to_chat(usr, "You take down \the [src].") new/obj/item/weapon/fluff/muhawir_tent(get_turf(usr)) diff --git a/icons/obj/custom_items/muhawir_items.dmi b/icons/obj/custom_items/muhawir_items.dmi index 73f086cd803..2b5c61d6928 100644 Binary files a/icons/obj/custom_items/muhawir_items.dmi and b/icons/obj/custom_items/muhawir_items.dmi differ