Moves /obj/special/stop into /obj/effect/stop.

Thunks people when gravity changes.  

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2918 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-01-06 17:12:46 +00:00
parent 8730d375cf
commit 1c7d1fbd33
5 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -144,8 +144,8 @@
if(!mob) return
if(locate(/obj/special/stop/, mob.loc))
for(var/obj/special/stop/S in mob.loc)
if(locate(/obj/effect/stop/, mob.loc))
for(var/obj/effect/stop/S in mob.loc)
if(S.victim == mob)
return