From 7f132aaef1aab952e6c25337bbef75bc881fc6d6 Mon Sep 17 00:00:00 2001 From: Acetrea <138949778+Acetrea@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:17:24 -0700 Subject: [PATCH] Adds Multiple Missing Seeds To Xenobotany (#17841) * Eki in Xenobotany * Update seed_storage.dm * Update Acetrea-ekiinxenobotany.yml * Update seed_storage.dm --- code/modules/hydroponics/seed_storage.dm | 9 ++++- html/changelogs/Acetrea-ekiinxenobotany.yml | 41 +++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Acetrea-ekiinxenobotany.yml diff --git a/code/modules/hydroponics/seed_storage.dm b/code/modules/hydroponics/seed_storage.dm index 43c8726a17d..243367a5a61 100644 --- a/code/modules/hydroponics/seed_storage.dm +++ b/code/modules/hydroponics/seed_storage.dm @@ -138,6 +138,7 @@ /obj/item/seeds/chantermycelium = 3, /obj/item/seeds/cherryseed = 3, /obj/item/seeds/chiliseed = 3, + /obj/item/seeds/chickpeas = 3, /obj/item/seeds/cocaseed = 3, /obj/item/seeds/cocoapodseed = 3, /obj/item/seeds/coffeeseed = 3, @@ -146,16 +147,19 @@ /obj/item/seeds/replicapod = 3, /obj/item/seeds/earthenroot = 2, /obj/item/seeds/eggplantseed = 3, + /obj/item/seeds/eki = 3, /obj/item/seeds/fjylozyn = 3, /obj/item/seeds/garlicseed = 3, /obj/item/seeds/glowshroom = 2, /obj/item/seeds/grapeseed = 3, /obj/item/seeds/grassseed = 3, + /obj/item/seeds/guamiseed = 2, /obj/item/seeds/gukheseed = 3, /obj/item/seeds/koisspore = 3, /obj/item/seeds/lemonseed = 3, /obj/item/seeds/libertymycelium = 2, /obj/item/seeds/limeseed = 3, + /obj/item/seeds/mossseed = 2, /obj/item/seeds/mtearseed = 2, /obj/item/seeds/mintseed = 3, /obj/item/seeds/nettleseed = 2, @@ -170,11 +174,13 @@ /obj/item/seeds/poppyseed = 3, /obj/item/seeds/potatoseed = 3, /obj/item/seeds/pumpkinseed = 3, + /obj/item/seeds/qlortseed = 2, /obj/item/seeds/raspberryseed = 3, /obj/item/seeds/reishimycelium = 2, /obj/item/seeds/riceseed = 3, /obj/item/seeds/richcoffeeseed = 3, /obj/item/seeds/sarezhiseed = 3, + /obj/item/seeds/seaweed = 3, /obj/item/seeds/serkiflowerseed, /obj/item/seeds/soyaseed = 3, /obj/item/seeds/sthberryseed = 3, @@ -192,7 +198,8 @@ /obj/item/seeds/wheatseed = 3, /obj/item/seeds/whitebeetseed = 3, /obj/item/seeds/wulumunushaseed = 3, - /obj/item/seeds/xuiziseed = 3 + /obj/item/seeds/xuiziseed = 3, + /obj/item/seeds/ylpha = 2 ) screen_x = 1000 screen_y = 700 diff --git a/html/changelogs/Acetrea-ekiinxenobotany.yml b/html/changelogs/Acetrea-ekiinxenobotany.yml new file mode 100644 index 00000000000..bc0f1f0b338 --- /dev/null +++ b/html/changelogs/Acetrea-ekiinxenobotany.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Acetrea + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Added missing seeds to the Xenobotany Seed Storage."