Holodeck no longer loads at startup so there's no risk of it loading before the rest of the map and failing

Updates changelog.html

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3343 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-23 05:16:23 +00:00
parent 0c7cc70a36
commit 1de7567433
3 changed files with 8417 additions and 8427 deletions

View File

@@ -127,10 +127,10 @@
/obj/machinery/computer/HolodeckControl/New()
..()
linkedholodeck = locate(/area/holodeck/alphadeck)
if(linkedholodeck)
target = locate(/area/holodeck/source_emptycourt)
if(target)
loadProgram(target)
//if(linkedholodeck)
// target = locate(/area/holodeck/source_emptycourt)
// if(target)
// loadProgram(target)
/obj/machinery/computer/HolodeckControl/process()