Media
https://github.com/user-attachments/assets/cd22756d-ea5e-4a30-8043-c991549c9019
---
# Changelog
:cl:
- add: Added Bluespace Slips, a plant trait that teleports you randomly
if you slip.
---
.../Components/TeleportingTraitComponent.cs | 31 +++++++++++
Content.Server/Botany/SeedPrototype.cs | 8 ++-
.../Botany/Systems/BotanySystem.Seed.cs | 5 ++
.../Botany/Systems/MutationSystem.cs | 6 ++-
.../Botany/Systems/TeleportingTraitSystem.cs | 51 +++++++++++++++++++
.../teleporting-trait-component.ftl | 1 +
6 files changed, 99 insertions(+), 3 deletions(-)
create mode 100644 Content.Server/Botany/Components/TeleportingTraitComponent.cs
create mode 100644 Content.Server/Botany/Systems/TeleportingTraitSystem.cs
create mode 100644 Resources/Locale/en-US/botany/components/teleporting-trait-component.ftl
diff --git a/Content.Server/Botany/Components/TeleportingTraitComponent.cs b/Content.Server/Botany/Components/TeleportingTraitComponent.cs
new file mode 100644
index 00000000000..b5f79ac8c7e
--- /dev/null
+++ b/Content.Server/Botany/Components/TeleportingTraitComponent.cs
@@ -0,0 +1,31 @@
+namespace Content.Server.Botany
+{
+ [RegisterComponent]
+
+ public sealed partial class TeleportingTraitComponent : Component
+ {
+ ///