mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user