Skip to content

Commit

Permalink
Rename the paint crate, and add the artistic toolbox to it. (#17745)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTyrant25 committed Feb 5, 2024
1 parent 629c3a7 commit ecced0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/economy/supply_packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ ABSTRACT_TYPE(/datum/supply_packs)
syndicate = 1

/datum/supply_packs/paint
name = "Paint Cans"
desc = "A selection of random paints."
contains = list(/obj/item/paint_can/random = 4)
name = "Artistic Supplies Crate"
desc = "A selection of random paints, and an artistic toolbox. Get arty!"
contains = list(/obj/item/paint_can/random = 4, /obj/item/storage/toolbox/artistic)
cost = PAY_TRADESMAN*3
containertype = /obj/storage/crate
containername = "Paint Crate"
containertype = /obj/storage/crate/packing
containername = "Artistic Crate"

/datum/supply_packs/neon_lining
name = "Neon Lining Crate"
Expand Down

0 comments on commit ecced0a

Please sign in to comment.