diff --git a/code/modules/overmap/exoplanets/decor/flora/potted_big.dm b/code/modules/overmap/exoplanets/decor/flora/potted_big.dm index 3dda945912d..4ba0961aa71 100644 --- a/code/modules/overmap/exoplanets/decor/flora/potted_big.dm +++ b/code/modules/overmap/exoplanets/decor/flora/potted_big.dm @@ -289,3 +289,26 @@ Scientists assure, the blinking \"eye\" is simply just a form of heat regulation, \ and other than that, this plant is same as any other greenery." icon_state = "plant-36" + +/obj/structure/flora/pottedplant/greeting_palm + name = "greeting palm fern" + desc = "Originally native to Silversun, this small plant can now be found across the spur, decorating plazas, \ + hotel lobbies, and corporate offices, that want to bring a little bit of tropical Silversun into cold, hard, concrete spaces. \ + It has a long, slightly wave-shaped bark, with fronds that hang from the top. When there is wind, \ + the leaves blow upwards and look slightly like waving hands, giving it it's name." + icon_state = "plant-tc-01" + +/obj/structure/flora/pottedplant/fortune_flower + name = "fortune flower bush" + desc = "A plant native to the volcanic soil of Port Antillia, \ + early settlers named it for the similarity of its flowers to the shape of fortune cookies. \ + As a result, it has become a symbol of good fortune in businesses across the spur." + icon_state = "plant-tc-02" + +/obj/structure/flora/pottedplant/river_plum + name = "river plum" + desc = "This freshwater plant, native to the shores of Konyang rivers, is known for its beautiful pink flora.\ + Its purple fruit, despite being striking, largely holds no notable nutritional value \ + and is said to have the unpleasant taste of bleached cotton. \ + It is sometimes used in the textile industry due to it's vibrant colors." + icon_state = "plant-tc-03" diff --git a/html/changelogs/DreamySkrell-tomix-potted-plants.yml b/html/changelogs/DreamySkrell-tomix-potted-plants.yml new file mode 100644 index 00000000000..cf607a7a682 --- /dev/null +++ b/html/changelogs/DreamySkrell-tomix-potted-plants.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell, Tomixcomics + +delete-after: True + +changes: + - rscadd: "Adds three new potted plants." diff --git a/icons/obj/pottedplants_big.dmi b/icons/obj/pottedplants_big.dmi index b17011f83a3..74370eaf29f 100644 Binary files a/icons/obj/pottedplants_big.dmi and b/icons/obj/pottedplants_big.dmi differ