From 5a244ed63af26d103b33a6184eb825836cd5e59c Mon Sep 17 00:00:00 2001 From: rlebell33 Date: Fri, 17 Oct 2025 04:32:02 -0500 Subject: [PATCH] add the diona typing indicator to the FloraTree entity (#39103) * add the diona typing indicator to the FloraTree entity * move diona typing indicator to BaseTree * add comment --- Resources/Prototypes/Entities/Objects/Decoration/flora.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml index cdbf73a29b..b4a6cef811 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml @@ -90,6 +90,8 @@ Log: min: 2 max: 8 + - type: TypingIndicator # Add diona typing indicator here so that diona players keep the same typing bubble when polymorphed into a tree. + proto: diona - type: entity parent: BaseTree @@ -418,4 +420,4 @@ spawn: MobLuminousObject: min: 0 - max: 1 \ No newline at end of file + max: 1