[MIRROR] Removes useless defines for mutation paths [MDB IGNORE] (#11138)

* Removes useless defines for mutation paths (#64512)

* Removes useless defines for mutation paths

* Update cortical_borer_abilities.dm

* Update cqcplus.dm

* Update clown.dm

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-30 15:56:08 +00:00
committed by GitHub
co-authored by Ghom Tom
parent 547a2ce890
commit abf7e98baa
49 changed files with 188 additions and 240 deletions
+1 -1
View File
@@ -118,6 +118,6 @@
return UI_CLOSE
/mob/living/carbon/human/shared_living_ui_distance(atom/movable/src_object, viewcheck = TRUE, allow_tk = TRUE)
if(allow_tk && dna.check_mutation(TK) && tkMaxRangeCheck(src, src_object))
if(allow_tk && dna.check_mutation(/datum/mutation/human/telekinesis) && tkMaxRangeCheck(src, src_object))
return UI_INTERACTIVE
return ..()