[MIRROR] Protects blob structures against bolts of animation [MDB IGNORE] (#9364)

* Protects blob structures against bolt of animation (#62690)

* Protects blob structures against bolts of animation

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-10 10:32:28 -05:00
committed by GitHub
co-authored by Ghom
parent 2550e48d1f
commit 4881c080bb
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
..()
/atom/proc/animate_atom_living(mob/living/owner = null)
if((isitem(src) || isstructure(src)) && !is_type_in_list(src, GLOB.protected_objects))
if((isitem(src) || isstructure(src)) && !is_type_in_list(src, GLOB.mimic_blacklist))
if(istype(src, /obj/structure/statue/petrified))
var/obj/structure/statue/petrified/P = src
if(P.petrified_mob)