mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Blacklists gravity generator from Morph mimic (#18651)
* Blacklists gravity generator from Morph mimic * Tidied blacklist formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user