mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixes fancy box wrong description (#7550)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user