mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01: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
|
||||
|
||||
@@ -1096,6 +1096,7 @@
|
||||
mutations.Remove(HUSK)
|
||||
status_flags &= ~DISFIGURED //Fixes the unknown status
|
||||
update_body(1)
|
||||
update_eyes()
|
||||
|
||||
..()
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user