From bf1a5d7de1d78e48e243b856d1ce846a1cfbd81a Mon Sep 17 00:00:00 2001 From: quotefox Date: Mon, 7 Mar 2022 13:34:57 +0000 Subject: [PATCH] name fix --- hyperstation/code/mobs/crystal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/mobs/crystal.dm b/hyperstation/code/mobs/crystal.dm index 89387b21f..8e43313af 100644 --- a/hyperstation/code/mobs/crystal.dm +++ b/hyperstation/code/mobs/crystal.dm @@ -1,7 +1,7 @@ #define REGENERATION_DELAY 60 // After taking damage, how long it takes for automatic regeneration to begin for megacarps (ty robustin!) /mob/living/simple_animal/hostile/crystal - name = "Pellucyte" + name = "pellucyte" desc = "A floating crystal with orbiting smaller crystals." icon = 'hyperstation/icons/mob/crystal.dmi' icon_state = "crystal"