mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Foxes
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
if(C == src)
|
||||
continue
|
||||
// We dont care about ones on other zlevels
|
||||
if(C.z != z)
|
||||
if(!atoms_share_level(C, src))
|
||||
continue
|
||||
// If another core is active, return FALSE
|
||||
if(C.active)
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
if(R == src)
|
||||
continue
|
||||
// We dont care about ones on other zlevels
|
||||
if(R.z != z)
|
||||
if(!atoms_share_level(R, src))
|
||||
continue
|
||||
// If another relay is active, return FALSE
|
||||
if(R.active)
|
||||
|
||||
Reference in New Issue
Block a user