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
@@ -857,7 +857,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
for(var/area/A in world)
A.has_gravity = 1
A.gravitychange(1,A)
command_alert("CentComm is now beaming gravitons to your station. We appoligize for any inconvience.")
@@ -872,7 +872,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
for(var/area/A in world)
A.has_gravity = 0
A.gravitychange(0,A)
command_alert("For budget reasons, Centcomm is no longer beaming gravitons to your station. We appoligize for any inconvience.")
+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