Improve ruins spawn logging

Because `Ruins marker placed at 1761835` isn't that clear.
This commit is contained in:
octareenroon91
2016-04-11 21:58:08 -05:00
parent 51eee26d54
commit 9635648aeb
+1 -1
View File
@@ -83,7 +83,7 @@ var/global/list/potentialRandomZlevels = generateMapList(filename = "config/away
break
if(valid)
world.log << "Ruins marker placed at [T.x][T.y][T.z]"
world.log << "Ruins marker placed at ([T.x], [T.y], [T.z])"
var/obj/effect/ruin_loader/R = new /obj/effect/ruin_loader(T)
R.Load(potentialRuins,template)
ruin_number --