From 0ad78d0c4463daffe6a2fc2fd87f92ff9bb17069 Mon Sep 17 00:00:00 2001 From: bawhoppen Date: Sat, 7 Oct 2017 19:11:17 -0500 Subject: [PATCH] frown emoji (#31393) --- code/game/objects/items/stacks/wrap.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/stacks/wrap.dm b/code/game/objects/items/stacks/wrap.dm index 8d42b97e95..baa462e907 100644 --- a/code/game/objects/items/stacks/wrap.dm +++ b/code/game/objects/items/stacks/wrap.dm @@ -7,7 +7,7 @@ /obj/item/stack/wrapping_paper name = "wrapping paper" desc = "Wrap packages with this festive paper to make gifts." - icon = 'icons/obj/items_and_weapons.dmi' + icon = 'icons/obj/stack_objects.dmi' icon_state = "wrap_paper" flags_1 = NOBLUDGEON_1 amount = 25 @@ -28,7 +28,7 @@ /obj/item/stack/packageWrap name = "package wrapper" desc = "You can use this to wrap items in." - icon = 'icons/obj/items_and_weapons.dmi' + icon = 'icons/obj/stack_objects.dmi' icon_state = "deliveryPaper" flags_1 = NOBLUDGEON_1 amount = 25 @@ -109,7 +109,7 @@ /obj/item/c_tube name = "cardboard tube" desc = "A tube... of cardboard." - icon = 'icons/obj/items_and_weapons.dmi' + icon = 'icons/obj/stack_objects.dmi' icon_state = "c_tube" throwforce = 0 w_class = WEIGHT_CLASS_TINY