mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Removed Skellingtons, stupid idea
This commit is contained in:
@@ -369,8 +369,6 @@
|
||||
new_character = new /mob/living/carbon/human/vox(loc)
|
||||
if("Kidan")
|
||||
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")
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
name = "Bald"
|
||||
icon_state = "bald"
|
||||
gender = MALE
|
||||
species_allowed = list("Human","Unathi","Vox","Diona","Skellington","Kidan")
|
||||
species_allowed = list("Human","Unathi","Vox","Diona","Kidan","Greys")
|
||||
|
||||
short
|
||||
name = "Short Hair" // try to capatilize the names please~
|
||||
@@ -305,7 +305,7 @@
|
||||
name = "Shaved"
|
||||
icon_state = "bald"
|
||||
gender = NEUTER
|
||||
species_allowed = list("Human","Unathi","Tajaran","Skrell","Vox","Diona","Skellington","Kidan")
|
||||
species_allowed = list("Human","Unathi","Tajaran","Skrell","Vox","Diona","Kidan","Greys")
|
||||
|
||||
watson
|
||||
name = "Watson Mustache"
|
||||
|
||||
Reference in New Issue
Block a user