diff --git a/code/modules/mob/living/simple_animal/hostile/faithless.dm b/code/modules/mob/living/simple_animal/hostile/faithless.dm index a2fe6ddcb6d..d34557ef719 100644 --- a/code/modules/mob/living/simple_animal/hostile/faithless.dm +++ b/code/modules/mob/living/simple_animal/hostile/faithless.dm @@ -1,6 +1,6 @@ /mob/living/simple_animal/hostile/faithless name = "Faithless" - desc = "The Wish Granter's faith in humanity, incarnate" + desc = "The Wish Granter's faith in humanity, incarnate." icon_state = "faithless" icon_living = "faithless" icon_dead = "faithless_dead" diff --git a/code/modules/mob/living/simple_animal/hostile/hivebot.dm b/code/modules/mob/living/simple_animal/hostile/hivebot.dm index dd9416a0615..a2a20770c76 100644 --- a/code/modules/mob/living/simple_animal/hostile/hivebot.dm +++ b/code/modules/mob/living/simple_animal/hostile/hivebot.dm @@ -59,7 +59,7 @@ /mob/living/simple_animal/hostile/hivebot/tele//this still needs work name = "Beacon" - desc = "Some odd beacon thing" + desc = "Some odd beacon thing." icon = 'icons/mob/hivebot.dmi' icon_state = "def_radar-off" icon_living = "def_radar-off"