Span classes.

This commit is contained in:
Zuhayr
2015-09-04 14:52:10 +09:30
parent 95f270ad3a
commit bfe1d5a599
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
if(istype(user,/mob/living/carbon))
var/mob/living/carbon/M = user
if(locate(/obj/item/organ/xenos/hivenode) in M.internal_organs)
visible_message("<span class='alium'>\The [user] strokes \the [name] and it melts away!")
visible_message("<span class='alium'>\The [user] strokes \the [name] and it melts away!</span>")
health = 0
healthcheck()
return