mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Bugfixes: aut'akh drill, portal teleportation and black beady eyes (#6722)
-fixes #6712 -fixes the autakh drill having no icon sprite -fixes using adminheal turning people's eyes black
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
|
||||
else
|
||||
for(var/atom/movable/A in destturf)
|
||||
if(A != teleatom && A.density && A.anchored)
|
||||
if(A != teleatom && A.density && A.anchored && !istype(A, /obj/effect/portal))
|
||||
if(A.flags & ON_BORDER)
|
||||
if(prob(10))
|
||||
impediment = A
|
||||
|
||||
Reference in New Issue
Block a user