mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
Split up and rename var/flags (#17794)
* Split up and rename `var/flags` * Various fixes * CL * Don't rename Phoron Guard phoron preset --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
else
|
||||
for(var/atom/movable/A in destturf)
|
||||
if(A != teleatom && A.density && A.anchored && !istype(A, /obj/effect/portal))
|
||||
if(A.flags & ON_BORDER)
|
||||
if(A.atom_flags & ATOM_FLAG_CHECKS_BORDER)
|
||||
if(prob(10))
|
||||
impediment = A
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user