mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Improve ruins spawn logging
Because `Ruins marker placed at 1761835` isn't that clear.
This commit is contained in:
@@ -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 --
|
||||
|
||||
Reference in New Issue
Block a user