mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 04:01:41 +00:00
Removes 2 commented out lines.
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
if(clusterCheckFlags & CLUSTER_CHECK_TURFS)
|
||||
if(clusterMax && clusterMin)
|
||||
clustering = rand(clusterMin,clusterMax)
|
||||
//if(locate(turfPath) in range(clustering,T))
|
||||
if(locate(/atom/movable) in range(clustering, T))
|
||||
continue
|
||||
if(prob(spawnableTurfs[turfPath]))
|
||||
@@ -53,7 +52,6 @@
|
||||
if(clusterCheckFlags & CLUSTER_CHECK_ATOMS)
|
||||
if(clusterMax && clusterMin)
|
||||
clustering = rand(clusterMin,clusterMax)
|
||||
//if(locate(atomPath) in range(clustering,T))
|
||||
if(locate(/atom/movable) in range(clustering, T))
|
||||
continue
|
||||
if(prob(spawnableAtoms[atomPath]))
|
||||
|
||||
Reference in New Issue
Block a user