Fixes a grammar mistake in the golem info message (#22319)

Reasoning: grammar mistakes are bad.
This commit is contained in:
coiax
2016-12-20 08:43:40 -05:00
committed by KorPhaeron
parent 122e9835f8
commit 88287e90db
@@ -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 <span class='danger'>Plasma Golem</span>, you explode on death!."
info_text = "As a <span class='danger'>Plasma Golem</span>, you explode on death!"
burnmod = 1.5
/datum/species/golem/plasma/spec_death(gibbed, mob/living/carbon/human/H)