mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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.")
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user