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

@@ -31,7 +31,7 @@
ticks++
if(ticks >= target_strength)
target.visible_message("<span class='alium'>[target] collapses under its own weight into a puddle of goop and undigested debris!</span>")
target.visible_message("<span class='alium'>\The [target] collapses under its own weight into a puddle of goop and undigested debris!</span>")
if(istype(target, /turf/simulated/wall)) // I hate turf code.
var/turf/simulated/wall/W = target
W.dismantle_wall(1)
@@ -42,7 +42,7 @@
switch(target_strength - ticks)
if(6)
visible_message("<span class='alium'>\The [src.target] is holding up against the acid!</B>")
visible_message("<span class='alium'>\The [src.target] is holding up against the acid!</span>")
if(4)
visible_message("<span class='alium'>\The [src.target]\s structure is being melted by the acid!</span>")
if(2)

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

View File

@@ -68,4 +68,4 @@
H << "<span class='alium'>You feel a sense of pressure as a vast intelligence meshes with your thoughts...</span>"
if(H.species.get_bodytype() != "Xenomorph" && xenomorphs.add_antagonist_mind(H.mind,1))
H << "Your will is ripped away as your humanity merges with the xenomorph hive. You are now a thrall to the queen and her brood. \
Obey their instructions without question. Serve the hive.</span>"
Obey their instructions without question. Serve the hive."