diff --git a/code/modules/client/preference_setup/loadout/items/general.dm b/code/modules/client/preference_setup/loadout/items/general.dm index 258b3dbac18..0278968047d 100644 --- a/code/modules/client/preference_setup/loadout/items/general.dm +++ b/code/modules/client/preference_setup/loadout/items/general.dm @@ -511,6 +511,13 @@ sortTim(plants, GLOBAL_PROC_REF(cmp_text_asc)) gear_tweaks += new /datum/gear_tweak/path(plants) +/datum/gear/pottedplant_small/luce_vine + display_name = "potted luce vine" + description = "A small luce vine growth. Considered a miracle by followers of Luceism." + cost = 1 + path = /obj/item/flora/pottedplant_small/luce_vine + origin_restriction = list(/singleton/origin_item/origin/assunzione) + /datum/gear/candles display_name = "candle pack" description = "A pack of red candles." diff --git a/html/changelogs/fyni-luce-vine.yml b/html/changelogs/fyni-luce-vine.yml new file mode 100644 index 00000000000..b3b960c789c --- /dev/null +++ b/html/changelogs/fyni-luce-vine.yml @@ -0,0 +1,4 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Adds small potted luce vine to the loadout general tab, available only to Assunzione characters." \ No newline at end of file