mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixes axiori beards and gradients (#12590)
Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Axiori can now use gradients & beards just like skrell."
|
||||
Reference in New Issue
Block a user