diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 7d26c67f6da..c33e35d83a8 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -218,7 +218,7 @@ Follow by example and make good judgement based on length which list to include bob name = "Bob" icon_state = "hair_bob" - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie) chatname = "short hair" bob_chin @@ -239,7 +239,7 @@ Follow by example and make good judgement based on length which list to include bobcurl name = "Bobcurl" icon_state = "hair_bobcurl" - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie) chatname = "curls" bobcurl2 @@ -374,13 +374,13 @@ Follow by example and make good judgement based on length which list to include buzzcut name = "Buzzcut" icon_state = "hair_buzzcut" - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie) chatname = "unbuzzed hair" //grabbing the grabbable hair buzzcut2 name = "Buzzcut 2" icon_state = "hair_buzzcut2" - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie) chatname = "unbuzzed hair" chrono @@ -1197,7 +1197,7 @@ Follow by example and make good judgement based on length which list to include spiky name = "Spiky" icon_state = "hair_spiky" - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie) chatname = "mighty spikes" straightlong @@ -1726,7 +1726,7 @@ Follow by example and make good judgement based on length which list to include elvis name = "Elvis Sideburns" icon_state = "facial_elvis" - species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,/datum/species/unathi,/datum/species/zombie/unathi) + species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie) fullbeard name = "Full Beard" diff --git a/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm b/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm index 0265bcf145a..4457d8fb77f 100644 --- a/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm +++ b/code/modules/mob/living/carbon/human/species/station/unathi/unathi.dm @@ -101,7 +101,7 @@ move_trail = /obj/effect/decal/cleanable/blood/tracks/claw allowed_citizenships = list(CITIZENSHIP_IZWESKI, CITIZENSHIP_DOMINIA, CITIZENSHIP_BIESEL, CITIZENSHIP_SOL, CITIZENSHIP_COALITION, CITIZENSHIP_ELYRA, CITIZENSHIP_ERIDANI) - allowed_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_SIAKH, RELIGION_AUTAKH, RELIGION_MOROZ, RELIGION_NONE, RELIGION_OTHER, RELIGION_CHRISTIANITY, RELIGION_ISLAM) + allowed_religions = list(RELIGION_THAKH, RELIGION_SKAKH, RELIGION_SIAKH, RELIGION_AUTAKH, RELIGION_MOROZ, RELIGION_NONE, RELIGION_OTHER) default_citizenship = CITIZENSHIP_IZWESKI zombie_type = SPECIES_ZOMBIE_UNATHI diff --git a/html/changelogs/alberyk-unathihairandstuff.yml b/html/changelogs/alberyk-unathihairandstuff.yml new file mode 100644 index 00000000000..a330b8015e6 --- /dev/null +++ b/html/changelogs/alberyk-unathihairandstuff.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - tweak: "Tweaked unathi hair and religion choices to be more lore accurate."