From 964fbdad8f608c8d2fe2975859030c895c4af875 Mon Sep 17 00:00:00 2001 From: Comxy Date: Mon, 10 Apr 2023 21:31:15 +0200 Subject: [PATCH] Sergeant Araneus Fix (#74623) ## About The Pull Request Sergeant Araneus, the pet from HoS, sometimes spawns from gold slimes. ## Why It's Good For The Game I don't think this was intentional since it is a pet. ## Changelog :cl: fix: Sergeant Araneus cannot spawn from gold slimes anymore. /:cl: --- .../mob/living/basic/space_fauna/giant_spider/spider_variants.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/space_fauna/giant_spider/spider_variants.dm b/code/modules/mob/living/basic/space_fauna/giant_spider/spider_variants.dm index e82c04f221e..408844b545b 100644 --- a/code/modules/mob/living/basic/space_fauna/giant_spider/spider_variants.dm +++ b/code/modules/mob/living/basic/space_fauna/giant_spider/spider_variants.dm @@ -315,6 +315,7 @@ real_name = "Sergeant Araneus" desc = "A fierce companion of the Head of Security, this spider has been carefully trained by Nanotrasen specialists. Its beady, staring eyes send shivers down your spine." faction = list(FACTION_SPIDER) + gold_core_spawnable = NO_SPAWN maxHealth = 250 health = 250 melee_damage_lower = 15