Fix meteors

yay
This commit is contained in:
Boop
2014-09-28 15:59:02 +01:00
parent 9a01da0519
commit 7116415e4d

View File

@@ -59,7 +59,7 @@
max_i--
if(max_i<=0) return
while (!istype(pickedstart, /turf/space) || pickedstart.loc.name != "Space" ) //FUUUCK, should never happen.
while (!istype(pickedstart, /turf/space)) //FUUUCK, should never happen.
var/obj/effect/meteor/M