Fixed some UI stuff.

This commit is contained in:
SkyMarshal
2012-01-11 20:40:41 -07:00
parent 54d3184f2a
commit ef45b6128c
+1 -1
View File
@@ -191,7 +191,7 @@
var/obj/effect/bigDelivery/Pack = src.loc
if(istype(Pack.loc,/turf) && Pack.waswelded == 0)
for (var/mob/M in hearers(src.loc, null))
M << text("<FONT size=[] color=#6D3F40>BANG, bang, rrrrrip!</FONT>", max(0, 5 - get_dist(src, M)))
M << text("<FONT size=[] color=red>BANG, bang, rrrrrip!</FONT>", max(0, 5 - get_dist(src, M)))
lasttry = 1
sleep(10)
src.welded = 0