From 378fbb0ba91355417750d31ae094b5622649de97 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:57:33 +0200 Subject: [PATCH] move parrot name to MobParrotBase (#39131) --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d46c5657c1..6ecac1b922 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2176,6 +2176,7 @@ - type: entity parent: [ SimpleMobBase, FlyingMobBase ] id: MobParrotBase + name: parrot abstract: true description: Infiltrates your domain, spies on you, and somehow still a cool pet. components: @@ -2251,7 +2252,6 @@ bloodMaxVolume: 50 - type: entity - name: parrot parent: MobParrotBase id: MobParrot components: -- 2.52.0