From 588e8c19197fe45fb8fa97b630f64da17c7ab4ad Mon Sep 17 00:00:00 2001 From: Booblesnoot42 <108703193+Booblesnoot42@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:18:52 -0500 Subject: [PATCH] Fix friendly vent spiders (#34153) Swapped order of parents for MobGiantSpiderAngry --- 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 176c20178970c3..2413d5531b7173 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2431,8 +2431,8 @@ - type: entity parent: - - MobGiantSpider - MobSpiderAngryBase + - MobGiantSpider id: MobGiantSpiderAngry - type: entity