Fixes axiori beards and gradients (#12590)

Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
Casper3667
2021-10-09 13:24:45 -03:00
committed by GitHub
co-authored by TGW
parent b3f6e913a4
commit 5e5cb31e10
2 changed files with 8 additions and 2 deletions
@@ -1734,7 +1734,7 @@ Follow by example and make good judgement based on length which list to include
icon = 'icons/mob/hair_gradients.dmi'
species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie,
/datum/species/tajaran,/datum/species/tajaran/zhan_khazan,/datum/species/tajaran/m_sai,/datum/species/zombie/tajara,
/datum/species/skrell, /datum/species/zombie/skrell, /datum/species/bug, /datum/species/bug/type_b)
/datum/species/skrell, /datum/species/skrell/axiori, /datum/species/zombie/skrell, /datum/species/bug, /datum/species/bug/type_b)
none
name = "None"
@@ -3312,7 +3312,7 @@ Follow by example and make good judgement based on length which list to include
icon = 'icons/mob/human_face/skrell_beards.dmi'
name = "Anglerfish"
icon_state = "Anglerfish"
species_allowed = list(/datum/species/skrell)
species_allowed = list(/datum/species/skrell, /datum/species/skrell/axiori)
gender = NEUTER
triton
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "Axiori can now use gradients & beards just like skrell."