Fix bug #1952749 as per shadowlord13

This commit is contained in:
hobnob13
2008-05-02 15:45:57 +00:00
parent a00807670b
commit fc10440a68
+5 -1
View File
@@ -1453,7 +1453,7 @@
for(var/turf/T in A)
if (T.z == shuttle_z)
for(var/atom/movable/AM as mob|obj in T)
for(var/atom/movable/AM in T)
AM.z = 1
//Foreach goto(79)
var/turf/U = locate(T.x, T.y, shuttle_z)
@@ -1473,6 +1473,9 @@
//Foreach goto(45)
src.timeleft = 1800
src.shuttle_location = 1
// Fix for bug #1952749 as per shadowlord13
/*
switch(src.mode)
if("meteor")
spawn( 0 )
@@ -1482,6 +1485,7 @@
spawn( 0 )
extend_process()
return
*/
else
check_win()
return