mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user