Revert "Update teleporter.dm"

This reverts commit 5fcb94d8d6.
This commit is contained in:
kappa-sama
2019-08-08 02:55:27 -04:00
parent 42c37d9de3
commit 73e31aba04
-1
View File
@@ -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, "<span class='italics'>You hear a buzzing in your ears.</span>")
human.set_species(/datum/species/fly)