From 88287e90db7d4cccbca273c7275a4dbbc2d40f3b Mon Sep 17 00:00:00 2001 From: coiax Date: Tue, 20 Dec 2016 13:43:40 +0000 Subject: [PATCH] Fixes a grammar mistake in the golem info message (#22319) Reasoning: grammar mistakes are bad. --- code/modules/mob/living/carbon/human/species_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types.dm b/code/modules/mob/living/carbon/human/species_types.dm index 25c033df361..6e112b41923 100644 --- a/code/modules/mob/living/carbon/human/species_types.dm +++ b/code/modules/mob/living/carbon/human/species_types.dm @@ -590,7 +590,7 @@ meat = /obj/item/weapon/ore/plasma //Can burn and takes damage from heat species_traits = list(NOBREATH,RESISTCOLD,RESISTPRESSURE,NOGUNS,NOBLOOD,RADIMMUNE,VIRUSIMMUNE,PIERCEIMMUNE,NODISMEMBER,MUTCOLORS) - info_text = "As a Plasma Golem, you explode on death!." + info_text = "As a Plasma Golem, you explode on death!" burnmod = 1.5 /datum/species/golem/plasma/spec_death(gibbed, mob/living/carbon/human/H)