Fixes fancy box wrong description (#7550)

This commit is contained in:
Wowzewow (Wezzy)
2019-12-02 20:24:28 +01:00
committed by Werner
parent 71b87f3a7b
commit f0d273af97
13 changed files with 104 additions and 59 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
/material/cardboard/generate_recipes()
..()
recipes += new/datum/stack_recipe("box", /obj/item/storage/box)
recipes += new/datum/stack_recipe("donut box", /obj/item/storage/box/donut/empty)
recipes += new/datum/stack_recipe("donut box", /obj/item/storage/fancy/donut/empty)
recipes += new/datum/stack_recipe("egg box", /obj/item/storage/fancy/egg_box)
recipes += new/datum/stack_recipe("light tubes box", /obj/item/storage/box/lights/tubes)
recipes += new/datum/stack_recipe("light bulbs box", /obj/item/storage/box/lights/bulbs)