[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 16:56:08 +01:00
committed by GitHub
parent 547a2ce890
commit abf7e98baa
49 changed files with 188 additions and 240 deletions
@@ -21,7 +21,7 @@
/obj/effect/mob_spawn/corpse/human/legioninfested/dwarf/special(mob/living/carbon/human/spawned_human)
. = ..()
spawned_human.dna.add_mutation(DWARFISM)
spawned_human.dna.add_mutation(/datum/mutation/human/dwarfism)
//main type, rolls a pool of legion victims
/obj/effect/mob_spawn/corpse/human/legioninfested
@@ -103,7 +103,7 @@
. = ..()
if(visualsOnly)
return
bum.dna.add_mutation(STONER)
bum.dna.add_mutation(/datum/mutation/human/stoner)
/datum/outfit/beachbum/lifeguard
name = "Beach Lifeguard"