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
+2 -2
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)