Blacklists gravity generator from Morph mimic (#18651)

* Blacklists gravity generator from Morph mimic

* Tidied blacklist formatting
This commit is contained in:
FloFluoro
2022-08-02 08:47:05 -04:00
committed by GitHub
parent 07265eff6d
commit 392dcc2dae
+13 -2
View File
@@ -18,8 +18,19 @@
/// If a message is shown when somebody examines the user from close range
var/perfect_disguise = FALSE
var/static/list/black_listed_form_types = list(/obj/screen, /obj/singularity, /obj/effect, /mob/living/simple_animal/hostile/megafauna, /atom/movable/lighting_object, /obj/machinery/dna_vault,
/obj/machinery/power/bluespace_tap, /obj/structure/sign/barsign, /obj/machinery/atmospherics/unary/cryo_cell)
var/static/list/black_listed_form_types = list(
/obj/screen,
/obj/singularity,
/obj/effect,
/mob/living/simple_animal/hostile/megafauna,
/atom/movable/lighting_object,
/obj/machinery/dna_vault,
/obj/machinery/power/bluespace_tap,
/obj/structure/sign/barsign,
/obj/machinery/atmospherics/unary/cryo_cell,
/obj/machinery/gravity_generator
)
/obj/effect/proc_holder/spell/mimic/create_new_targeting()
var/datum/spell_targeting/click/T = new