Fixes a derp in ZAS.

This commit is contained in:
SkyMarshal
2012-06-06 01:23:20 -07:00
parent 8844a29006
commit 10ec7decb8
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ obj/machinery/atmospherics/pipe
else return 1
proc/burst()
src.visible_message("\red \bold [src] bursts!");
src.visible_message("\red \bold \The [src] bursts!");
playsound(src.loc, 'bang.ogg', 25, 1)
var/datum/effect/effect/system/harmless_smoke_spread/smoke = new
smoke.set_up(1,0, src.loc, 0)