mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +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:
@@ -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