Skip to content

Commit

Permalink
More potted plants (#20305)
Browse files Browse the repository at this point in the history
```
author: DreamySkrell, Tomixcomics

delete-after: True

changes:
  - rscadd: "Adds three new potted plants."
```

sprited by @tomixcomics

Co-authored-by: DreamySkrell <>
  • Loading branch information
DreamySkrell authored Dec 31, 2024
1 parent 1524c29 commit f9c78c9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
23 changes: 23 additions & 0 deletions code/modules/overmap/exoplanets/decor/flora/potted_big.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions html/changelogs/DreamySkrell-tomix-potted-plants.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

author: DreamySkrell, Tomixcomics

delete-after: True

changes:
- rscadd: "Adds three new potted plants."
Binary file modified icons/obj/pottedplants_big.dmi
Binary file not shown.

0 comments on commit f9c78c9

Please sign in to comment.