Fixes punctuation on mob descriptions (#19533)

This commit is contained in:
FloFluoro
2022-10-30 15:52:00 +00:00
committed by GitHub
parent b12c751d48
commit 9e78880036
2 changed files with 2 additions and 2 deletions
@@ -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"
@@ -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"