mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
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:
@@ -127,10 +127,10 @@
|
|||||||
/obj/machinery/computer/HolodeckControl/New()
|
/obj/machinery/computer/HolodeckControl/New()
|
||||||
..()
|
..()
|
||||||
linkedholodeck = locate(/area/holodeck/alphadeck)
|
linkedholodeck = locate(/area/holodeck/alphadeck)
|
||||||
if(linkedholodeck)
|
//if(linkedholodeck)
|
||||||
target = locate(/area/holodeck/source_emptycourt)
|
// target = locate(/area/holodeck/source_emptycourt)
|
||||||
if(target)
|
// if(target)
|
||||||
loadProgram(target)
|
// loadProgram(target)
|
||||||
|
|
||||||
|
|
||||||
/obj/machinery/computer/HolodeckControl/process()
|
/obj/machinery/computer/HolodeckControl/process()
|
||||||
|
|||||||
@@ -99,6 +99,11 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
|||||||
<li class="rscadd">Medical Lockers, Security Lockers, Research Lockers, Warden Locker, CMO Locker, and RD locker all have new sprites.</li>
|
<li class="rscadd">Medical Lockers, Security Lockers, Research Lockers, Warden Locker, CMO Locker, and RD locker all have new sprites.</li>
|
||||||
<li class="rscadd">Encryption keys now each have their own invidual sprites.</li>
|
<li class="rscadd">Encryption keys now each have their own invidual sprites.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h3 class="author">PolymorphBlue updated:</h3>
|
||||||
|
<ul class="changes bgimages16">
|
||||||
|
<li class="rscadd">Added a prototype holodeck to fitness!</li>
|
||||||
|
<li class="bugfix">Assorted tensioner fixes</li>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="commit sansserif">
|
<div class="commit sansserif">
|
||||||
|
|||||||
16831
maps/tgstation.2.0.8.dmm
16831
maps/tgstation.2.0.8.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user