mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] Fluff item for digitalsquirrel (#10558)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
f37a761062
commit
5b75a6d3a2
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user