From f68cf60f589f873ebef007ba9af5f545df95d0eb Mon Sep 17 00:00:00 2001 From: Dedhia Date: Mon, 24 Sep 2018 15:16:16 -0700 Subject: [PATCH] Fixes #9607 --- code/game/objects/items/weapons/gift_wrappaper.dm | 1 + code/game/objects/items/weapons/tape.dm | 1 + code/modules/recycling/sortingmachinery.dm | 1 + 3 files changed, 3 insertions(+) diff --git a/code/game/objects/items/weapons/gift_wrappaper.dm b/code/game/objects/items/weapons/gift_wrappaper.dm index d9aee2c5347..5a6131b2d4a 100644 --- a/code/game/objects/items/weapons/gift_wrappaper.dm +++ b/code/game/objects/items/weapons/gift_wrappaper.dm @@ -135,6 +135,7 @@ desc = "You can use this to wrap items in." icon = 'icons/obj/items.dmi' icon_state = "wrap_paper" + singular_name = "wrapping paper" flags = NOBLUDGEON amount = 25 max_amount = 25 diff --git a/code/game/objects/items/weapons/tape.dm b/code/game/objects/items/weapons/tape.dm index 57e0290346e..b8437f3b7ed 100644 --- a/code/game/objects/items/weapons/tape.dm +++ b/code/game/objects/items/weapons/tape.dm @@ -3,6 +3,7 @@ desc = "A roll of sticky tape. Possibly for taping ducks... or was that ducts?" icon = 'icons/obj/bureaucracy.dmi' icon_state = "taperoll" + singular_name = "tape roll" w_class = WEIGHT_CLASS_TINY amount = 10 max_amount = 10 diff --git a/code/modules/recycling/sortingmachinery.dm b/code/modules/recycling/sortingmachinery.dm index 8b2f7c4197f..1b1b5c0ffa9 100755 --- a/code/modules/recycling/sortingmachinery.dm +++ b/code/modules/recycling/sortingmachinery.dm @@ -134,6 +134,7 @@ name = "package wrapper" icon = 'icons/obj/items.dmi' icon_state = "deliveryPaper" + singular_name = "package wrapper" flags = NOBLUDGEON amount = 25 max_amount = 25