This commit is contained in:
ZomgPonies
2014-02-03 18:33:05 -05:00
parent 2fd1e3b77b
commit 3cedb27fe6
2 changed files with 3 additions and 3 deletions
@@ -288,7 +288,7 @@
var/area/targetsource = locate(/area/holodeck/source_emptycourt)
holographic_items = targetsource.copy_contents_to(linkedholodeck)
spawn(30)
/* spawn(30)
for(var/obj/effect/landmark/L in linkedholodeck)
if(L.name=="Atmospheric Test Start")
spawn(20)
@@ -298,7 +298,7 @@
s.start()
if(T)
T.temperature = 5000
T.hotspot_expose(50000,50000,1)
T.hotspot_expose(50000,50000,1)*/
active = 1
else
+1 -1
View File
@@ -244,7 +244,7 @@
if(H.mind)
H.mind.transfer_to(S)
S.key = H
S.key = H.key
for(var/mob/living/carbon/monkey/diona/D in H.contents)
if(D.client)