Move map errors to their own log file (#43376)

In interest of getting things fixed without having to constantly crawl
through game.log to find map issues, moved them to their own log file.
This commit is contained in:
ShizCalev
2019-03-30 13:54:55 -07:00
committed by Tad Hardesty
parent a91c6f70b1
commit f2cea780aa
12 changed files with 34 additions and 21 deletions
+1 -3
View File
@@ -59,9 +59,7 @@
return
var/area/AS = get_area(src)
if(istype(AS, /area/holodeck))
log_world("### MAPPING ERROR")
log_world("Holodeck computer cannot be in a holodeck.")
log_world("This would cause circular power dependency.")
log_mapping("Holodeck computer cannot be in a holodeck, This would cause circular power dependency.")
qdel(src)
return
else