Makes Teshari admin-spawnable like all other species

Just adds them to the same list as all other species, so they can be spawned by admins for events or to replace bodies for players or whatever.
This commit is contained in:
Arokha Sieyes
2016-05-14 22:23:31 -04:00
parent ece408d5a8
commit b64cfa3f8a
@@ -17,6 +17,10 @@
/mob/living/carbon/human/diona/New(var/new_loc)
..(new_loc, "Diona")
/mob/living/carbon/human/teshari/New(var/new_loc)
h_style = "Teshari Default"
..(new_loc, "Teshari")
/mob/living/carbon/human/machine/New(var/new_loc)
h_style = "blue IPC screen"
..(new_loc, "Machine")