From 6e2002c1be6e8ec14a9de9627fe1ea9066d0c5b2 Mon Sep 17 00:00:00 2001 From: Fyni Date: Sat, 13 Jun 2026 21:53:44 +0100 Subject: [PATCH] Adds a small potted luce vine to the loadout (#22677) See title. It's in the general tab, and is restricted to Assunzione origin characters only. --------- Signed-off-by: Fyni --- .../client/preference_setup/loadout/items/general.dm | 7 +++++++ html/changelogs/fyni-luce-vine.yml | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 html/changelogs/fyni-luce-vine.yml 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