mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user