Merge pull request #13370 from DeltaFire15/gamer-AI-moment

[s] Lets not have certain irreplacable things get qdel()d by one simple trick
This commit is contained in:
silicons
2020-09-11 14:14:32 -07:00
committed by GitHub
@@ -13,7 +13,9 @@ GLOBAL_LIST_INIT(blacklisted_malf_machines, typecacheof(list(
/obj/machinery/syndicatebomb/badmin/clown,
/obj/machinery/syndicatebomb/empty,
/obj/machinery/syndicatebomb/self_destruct,
/obj/machinery/syndicatebomb/training
/obj/machinery/syndicatebomb/training,
/obj/machinery/gravity_generator,
/obj/machinery/gravity_generator/main
)))
//The malf AI action subtype. All malf actions are subtypes of this.