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:
Alberyk
2019-07-15 12:35:32 -03:00
committed by Erki
parent dd09c3a71e
commit 0f4ceb4a77
4 changed files with 10 additions and 1 deletions

View File

@@ -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