Merge pull request #5413 from Citadel-Station-13/upstream-merge-35421

[MIRROR] Ruins now log to world only in TESTING mode
This commit is contained in:
CitadelStationBot
2018-02-11 09:44:26 -06:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@
if(!valid)
continue
log_world("Ruin \"[name]\" placed at ([central_turf.x], [central_turf.y], [central_turf.z])")
testing("Ruin \"[name]\" placed at ([central_turf.x], [central_turf.y], [central_turf.z])")
for(var/i in get_affected_turfs(central_turf, 1))
var/turf/T = i