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 18:35:32 +03:00
committed by Erki
parent dd09c3a71e
commit 0f4ceb4a77
4 changed files with 10 additions and 1 deletions
+1 -1
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
@@ -1096,6 +1096,7 @@
mutations.Remove(HUSK)
status_flags &= ~DISFIGURED //Fixes the unknown status
update_body(1)
update_eyes()
..()
+8
View File
@@ -0,0 +1,8 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Fixed the Aut'akh drill having no icon sprite."
- bugfix: "Fixed telescience portals causing limb damage."
- bugfix: "Fixed adminhealing turning people's eyes black."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB