[MIRROR] Fluff item for digitalsquirrel (#10558)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-30 22:26:54 +02:00
committed by GitHub
co-authored by SatinIsle
parent f37a761062
commit 5b75a6d3a2
5 changed files with 53 additions and 0 deletions
@@ -364,6 +364,12 @@
ckeywhitelist = list("dickfreedomjohnson")
character_name = list("Elliot Richards")
/datum/gear/fluff/acorn_branch
path = /obj/item/toy/acorn_branch
display_name = "Oak Staff"
ckeywhitelist = list("digitalsquirrel95")
character_name = list("Tilly Reed")
/datum/gear/fluff/donald_medal
path = /obj/item/clothing/accessory/medal/conduct
display_name = "Donald's Conduct Medal"
+14
View File
@@ -1221,3 +1221,17 @@
/obj/item/reagent_containers/food/snacks/packaged/porkpie/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_PROTEIN, 2)
/obj/item/reagent_containers/food/snacks/acorn
name = "acorn"
desc = "A small nut that could potentially grow into a beautiful oak tree! Or, just get eaten by squirrels."
icon = 'icons/obj/food_snacks.dmi'
icon_state = "acorn"
w_class = ITEMSIZE_TINY
nutriment_amt = 1
bitesize = 2
nutriment_desc = list("earthy goodness" = 6)
/obj/item/reagent_containers/food/snacks/acorn/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_PEANUTBUTTER, 2) //Just to make it so people can be allergic to it without making a new reagent