mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Update
This commit is contained in:
@@ -34,10 +34,10 @@ var/list/whitelist = list()
|
||||
/proc/is_alien_whitelisted(mob/M, var/species)
|
||||
if(!config.usealienwhitelist)
|
||||
return 1
|
||||
if(species == "human" || species == "Human")
|
||||
return 1
|
||||
if(check_rights(R_ADMIN, 0))
|
||||
return 1
|
||||
if(species != "xenochimera" || species != "Xenochimera") //VORESTATION EDIT
|
||||
return 1 //VORESTATION EDIT
|
||||
if(!alien_whitelist)
|
||||
return 0
|
||||
if(M && species)
|
||||
|
||||
@@ -48,6 +48,30 @@
|
||||
icon = 'icons/mob/human_face_vr.dmi'
|
||||
icon_state = "soghun_hood"
|
||||
|
||||
una_spines_long
|
||||
name = "Long Unathi Spines"
|
||||
icon_state = "soghun_longspines"
|
||||
species_allowed = list("Unathi", "Xenochimera") //Xenochimera get most hairstyles since they're abominations.
|
||||
|
||||
una_spines_short
|
||||
name = "Short Unathi Spines"
|
||||
icon_state = "soghun_shortspines"
|
||||
species_allowed = list("Unathi", "Xenochimera")
|
||||
|
||||
una_frills_long
|
||||
name = "Long Unathi Frills"
|
||||
icon_state = "soghun_longfrills"
|
||||
species_allowed = list("Unathi", "Xenochimera")
|
||||
|
||||
una_frills_short
|
||||
name = "Short Unathi Frills"
|
||||
icon_state = "soghun_shortfrills"
|
||||
species_allowed = list("Unathi", "Xenochimera")
|
||||
|
||||
una_horns
|
||||
name = "Unathi Horns"
|
||||
icon_state = "soghun_horns"
|
||||
species_allowed = list("Unathi", "Xenochimera")
|
||||
taj_ears
|
||||
name = "Tajaran Ears"
|
||||
icon_state = "ears_plain"
|
||||
@@ -56,7 +80,7 @@
|
||||
taj_ears_clean
|
||||
name = "Tajara Clean"
|
||||
icon_state = "hair_clean"
|
||||
species_allowed = list("Tajara", "Xenochimera") //Xenochimera get tajaran hairstyles since they're the same sprite.
|
||||
species_allowed = list("Tajara", "Xenochimera")
|
||||
|
||||
taj_ears_bangs
|
||||
name = "Tajara Bangs"
|
||||
|
||||
Reference in New Issue
Block a user