port of https://github.com/tgstation/tgstation/pull/49111 aka sales taggers, credit to ArcaneMusic
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
if(QDELETED(src) && !transfer)
|
||||
new /obj/item/c_tube(T)
|
||||
|
||||
/obj/item/stack/wrapping_paper/small
|
||||
desc = "Wrap packages with this festive paper to make gifts. This roll looks a bit skimpy."
|
||||
amount = 10
|
||||
|
||||
/*
|
||||
* Package Wrap
|
||||
@@ -121,6 +124,11 @@
|
||||
if(QDELETED(src) && !transfer)
|
||||
new /obj/item/c_tube(T)
|
||||
|
||||
/obj/item/stack/packageWrap/small
|
||||
desc = "You can use this to wrap items in. This roll looks a bit skimpy."
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
amount = 5
|
||||
|
||||
/obj/item/c_tube
|
||||
name = "cardboard tube"
|
||||
desc = "A tube... of cardboard."
|
||||
|
||||
Reference in New Issue
Block a user