From f38ac0dfbf86960f56ccce8d475bfddd534bd826 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Thu, 8 Aug 2019 01:49:06 -0400 Subject: [PATCH] possibly makes teleporter hate all races equally let's go --- code/game/machinery/teleporter.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 64081a77e4..2c54b8b793 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -72,7 +72,6 @@ log_game("[M] ([key_name(M)]) was turned into a fly person") if(ishuman(M))//don't remove people from the round randomly you jerks var/mob/living/carbon/human/human = M - if(human.dna && human.dna.species.id == "human") to_chat(M, "You hear a buzzing in your ears.") human.set_species(/datum/species/fly)