mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Grey Species snowflake code
This commit is contained in:
@@ -371,6 +371,8 @@
|
||||
new_character = new /mob/living/carbon/human/kidan(loc)
|
||||
if("Skellington")
|
||||
new_character = new /mob/living/carbon/human/skellington(loc)
|
||||
if("Grey")
|
||||
new_character = new /mob/living/carbon/human/grey(loc)
|
||||
if("Human")
|
||||
new_character = new /mob/living/carbon/human(loc)
|
||||
// new_character.set_species(client.prefs.species)
|
||||
|
||||
Reference in New Issue
Block a user