diff --git a/hyperstation/code/mobs/crystal.dm b/hyperstation/code/mobs/crystal.dm index 8e43313af..a949237a0 100644 --- a/hyperstation/code/mobs/crystal.dm +++ b/hyperstation/code/mobs/crystal.dm @@ -16,8 +16,8 @@ emote_taunt = list("sings") taunt_chance = 20 speed = 0 - maxHealth = 50 - health = 50 + maxHealth = 40 + health = 40 spacewalk = TRUE harm_intent_damage = 8 obj_damage = 50 @@ -58,3 +58,8 @@ if(. && ishuman(target)) var/mob/living/carbon/human/H = target H.adjustStaminaLoss(8) + +/mob/living/simple_animal/hostile/crystal/Destroy() + playsound(src, 'sound/creatures/crystal_death.ogg', 100) + new /obj/effect/decal/cleanable/glass(src.loc) + return ..() diff --git a/hyperstation/code/modules/events/crystalloid_entities .dm b/hyperstation/code/modules/events/crystalloid_entities.dm similarity index 100% rename from hyperstation/code/modules/events/crystalloid_entities .dm rename to hyperstation/code/modules/events/crystalloid_entities.dm diff --git a/sound/creatures/crystal_hit.ogg b/sound/creatures/crystal_hit.ogg index 5f58ecaab..9a046cf0b 100644 Binary files a/sound/creatures/crystal_hit.ogg and b/sound/creatures/crystal_hit.ogg differ diff --git a/sound/creatures/crystal_idle.ogg b/sound/creatures/crystal_idle.ogg index b6bf15699..186d42b4b 100644 Binary files a/sound/creatures/crystal_idle.ogg and b/sound/creatures/crystal_idle.ogg differ diff --git a/tgstation.dme b/tgstation.dme index 493ea15b5..2d44c3dab 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3155,7 +3155,7 @@ #include "hyperstation\code\modules\clothing\under\under.dm" #include "hyperstation\code\modules\economy\account.dm" #include "hyperstation\code\modules\events\crystalline_reentry.dm" -#include "hyperstation\code\modules\events\crystalloid_entities .dm" +#include "hyperstation\code\modules\events\crystalloid_entities.dm" #include "hyperstation\code\modules\food_and_drinks\recipes\drinks_recipes.dm" #include "hyperstation\code\modules\integrated_electronics\input.dm" #include "hyperstation\code\modules\jobs\job_types\roleplay.dm"