From 21ffcc031896debac3167a6f5f706270c52c89c4 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:27:44 -0700 Subject: [PATCH 1/2] Update alien.dm --- code/modules/mob/living/simple_animal/hostile/alien.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/alien.dm b/code/modules/mob/living/simple_animal/hostile/alien.dm index 86467624b5..23187be3b3 100644 --- a/code/modules/mob/living/simple_animal/hostile/alien.dm +++ b/code/modules/mob/living/simple_animal/hostile/alien.dm @@ -36,7 +36,6 @@ see_in_dark = 8 lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE unique_name = 1 - gold_core_spawnable = NO_SPAWN death_sound = 'sound/voice/hiss6.ogg' deathmessage = "lets out a waning guttural screech, green blood bubbling from its maw..." @@ -97,6 +96,7 @@ /obj/item/stack/sheet/animalhide/xeno = 1) projectiletype = /obj/item/projectile/neurotox projectilesound = 'sound/weapons/pierce.ogg' + gold_core_spawnable = NO_SPAWN status_flags = 0 unique_name = 0 var/sterile = 1 From 3ef52e039f3105dab6acb41c4fc718301e633936 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:29:40 -0700 Subject: [PATCH 2/2] Update alien.dm --- code/modules/mob/living/simple_animal/hostile/alien.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/alien.dm b/code/modules/mob/living/simple_animal/hostile/alien.dm index 23187be3b3..a61cd959cf 100644 --- a/code/modules/mob/living/simple_animal/hostile/alien.dm +++ b/code/modules/mob/living/simple_animal/hostile/alien.dm @@ -24,6 +24,7 @@ melee_damage_upper = 25 attack_verb_continuous = "slashes" attack_verb_simple = "slash" + gold_core_spawnable = HOSTILE_SPAWN speak_emote = list("hisses") bubble_icon = "alien" a_intent = INTENT_HARM