Merge pull request #348 from VampyrBytes/master

Spacepod movement fix
This commit is contained in:
ZomgPonies
2014-07-31 00:58:45 -04:00
+1 -1
View File
@@ -214,7 +214,7 @@
if(!mob.lastarea)
mob.lastarea = get_area(mob.loc)
if((istype(mob.loc, /turf/space)) || (mob.lastarea.has_gravity == 0))
if((istype(mob.loc, /turf/space)) || ((mob.lastarea.has_gravity == 0) && (!istype(mob.loc, /obj/spacepod)))) // spacepods shouldn't get affected by changes in gravity
if(!mob.Process_Spacemove(0)) return 0