diff --git a/code/modules/cooking/machinery/commissary.dm b/code/modules/cooking/machinery/commissary.dm index 62c9cf7fd27..173d0dea63d 100644 --- a/code/modules/cooking/machinery/commissary.dm +++ b/code/modules/cooking/machinery/commissary.dm @@ -62,7 +62,13 @@ /obj/item/melee/dinograbber, /obj/item/device/laser_pointer, /obj/item/deck, - /obj/item/storage/pill_bottle/dice + /obj/item/storage/pill_bottle/dice, + /obj/item/pen, + /obj/item/storage/stickersheet, + /obj/item/gun/projectile/revolver/capgun, + /obj/item/gun/bang, + /obj/item/eightball, + /obj/item/bikehorn ) display_tiers = 4 display_tier_amt = 5 diff --git a/html/changelogs/ToyShelfUpdate.yml b/html/changelogs/ToyShelfUpdate.yml new file mode 100644 index 00000000000..c0cf0aed2e9 --- /dev/null +++ b/html/changelogs/ToyShelfUpdate.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "The commissary toy shelf can now also hold pens, sticker sheets, cap guns, flag guns, eight balls and bike horns."